Merge pull request #1845 from matrix-org/travis/fix-IS-generation

Use the real identity server version in the APIs table
This commit is contained in:
Travis Ralston 2019-02-06 08:09:07 -07:00 committed by GitHub
commit 80e6f7cbb5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -774,7 +774,7 @@ class MatrixUnits(Units):
"Privileged server plugins",
), TypeTableRow(
"`Identity Service API <identity_service/"+is_ver+".html>`_",
"unstable",
is_ver,
"Mapping of third party IDs to Matrix IDs",
), TypeTableRow(
"`Push Gateway API <push_gateway/"+push_gw_ver+".html>`_",