diff options
author | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 09:44:50 +0200 |
---|---|---|
committer | Emmanuel ROHEE <erohee@amdocs.com> | 2014-08-19 09:44:50 +0200 |
commit | ff21d4d93bfa76a8ad20660a3513a0f122905b12 (patch) | |
tree | fa63ee538b2ad5e18c414eabc98bebed0fdc54fa /synapse/api/urls.py | |
parent | Fill user page with avatar, display name and matrix id (diff) | |
parent | show private room_ids rather than nulls in notifs if there is no room_alias (diff) | |
download | synapse-ff21d4d93bfa76a8ad20660a3513a0f122905b12.tar.xz |
Merge remote-tracking branch 'origin/master' into user_page
Diffstat (limited to 'synapse/api/urls.py')
-rw-r--r-- | synapse/api/urls.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/synapse/api/urls.py b/synapse/api/urls.py index 04970adb71..05ca000787 100644 --- a/synapse/api/urls.py +++ b/synapse/api/urls.py @@ -17,4 +17,5 @@ CLIENT_PREFIX = "/matrix/client/api/v1" FEDERATION_PREFIX = "/matrix/federation/v1" -WEB_CLIENT_PREFIX = "/matrix/client" \ No newline at end of file +WEB_CLIENT_PREFIX = "/matrix/client" +CONTENT_REPO_PREFIX = "/matrix/content" \ No newline at end of file |