summary refs log tree commit diff
path: root/synapse/api/urls.py
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-04-16 17:41:01 +0100
committerErik Johnston <erikj@jki.re>2019-04-16 17:41:01 +0100
commit2f61dd058d49fcbf88e9ff972863c40a0644103d (patch)
tree7f625ac50701fc3d16d36cc3b98345c51534de09 /synapse/api/urls.py
parent[DINSIC] Block internal users from inviting external users to a public room (... (diff)
downloadsynapse-2f61dd058d49fcbf88e9ff972863c40a0644103d.tar.xz
[DINSIC] Add ability to proxy identity lookups (#5048)
Diffstat (limited to 'synapse/api/urls.py')
-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 cb71d80875..e33ea0cf65 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py
@@ -33,6 +33,7 @@ CONTENT_REPO_PREFIX = "/_matrix/content" SERVER_KEY_V2_PREFIX = "/_matrix/key/v2" MEDIA_PREFIX = "/_matrix/media/r0" LEGACY_MEDIA_PREFIX = "/_matrix/media/v1" +IDENTITY_PREFIX = "/_matrix/identity/api/v1" class ConsentURIBuilder(object):