summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorAmber Brown <hawkowl@atleastfornow.net>2019-05-30 01:47:16 +1000
committerGitHub <noreply@github.com>2019-05-30 01:47:16 +1000
commit46c8f7a5170d04dfa6ad02c69667d4aa48635231 (patch)
treeb6c17f116151ab0437a396b9ed91aa328887b999 /synapse/api
parentServe CAS login over r0 (#5286) (diff)
downloadsynapse-46c8f7a5170d04dfa6ad02c69667d4aa48635231.tar.xz
Implement the SHHS complexity API (#5216)
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/urls.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py
index 3c6bddff7a..e16c386a14 100644
--- a/synapse/api/urls.py
+++ b/synapse/api/urls.py
@@ -26,6 +26,7 @@ CLIENT_API_PREFIX = "/_matrix/client"
 FEDERATION_PREFIX = "/_matrix/federation"
 FEDERATION_V1_PREFIX = FEDERATION_PREFIX + "/v1"
 FEDERATION_V2_PREFIX = FEDERATION_PREFIX + "/v2"
+FEDERATION_UNSTABLE_PREFIX = FEDERATION_PREFIX + "/unstable"
 STATIC_PREFIX = "/_matrix/static"
 WEB_CLIENT_PREFIX = "/_matrix/client"
 CONTENT_REPO_PREFIX = "/_matrix/content"