mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Use the real identity server version in the APIs table
This commit is contained in:
parent
baf00ba6d1
commit
6067a4ad3c
|
|
@ -774,7 +774,7 @@ class MatrixUnits(Units):
|
||||||
"Privileged server plugins",
|
"Privileged server plugins",
|
||||||
), TypeTableRow(
|
), TypeTableRow(
|
||||||
"`Identity Service API <identity_service/"+is_ver+".html>`_",
|
"`Identity Service API <identity_service/"+is_ver+".html>`_",
|
||||||
"unstable",
|
is_ver,
|
||||||
"Mapping of third party IDs to Matrix IDs",
|
"Mapping of third party IDs to Matrix IDs",
|
||||||
), TypeTableRow(
|
), TypeTableRow(
|
||||||
"`Push Gateway API <push_gateway/"+push_gw_ver+".html>`_",
|
"`Push Gateway API <push_gateway/"+push_gw_ver+".html>`_",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue