mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-03 07:36:04 -04:00
Add /_matrix/versions to report supported versions
This commit is contained in:
parent
c582f178b7
commit
11a974da21
3 changed files with 43 additions and 0 deletions
|
@ -185,6 +185,7 @@ class SynapseHomeServer(HomeServer):
|
|||
"/_matrix/client/r0": client_resource,
|
||||
"/_matrix/client/unstable": client_resource,
|
||||
"/_matrix/client/v2_alpha": client_resource,
|
||||
"/_matrix/client/versions": client_resource,
|
||||
})
|
||||
|
||||
if name == "federation":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue