summary refs log tree commit diff
diff options
context:
space:
mode:
authorDaniel Wagner-Hall <daniel@matrix.org>2015-10-15 13:12:52 +0100
committerDaniel Wagner-Hall <daniel@matrix.org>2015-10-15 13:12:52 +0100
commit6ffbcf45c6b8472c2cd6095a9dca2bd11a027b44 (patch)
treef7949ee92578adca2c5153173753bd96a4ddc81b
parentLook for keys on the right objects (diff)
downloadsynapse-6ffbcf45c6b8472c2cd6095a9dca2bd11a027b44.tar.xz
Use non-placeholder name for endpoint
-rw-r--r--synapse/handlers/room.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/handlers/room.py b/synapse/handlers/room.py

index 6936cdc5fd..9ffa521aad 100644 --- a/synapse/handlers/room.py +++ b/synapse/handlers/room.py
@@ -661,7 +661,7 @@ class RoomMemberHandler(BaseHandler): @defer.inlineCallbacks def _ask_id_server_for_third_party_invite( self, id_server, medium, address, room_id, sender): - is_url = "https://%s/_matrix/identity/api/v1/nonce-it-up" % (id_server,) + is_url = "https://%s/_matrix/identity/api/v1/store-invite" % (id_server,) data = yield self.hs.get_simple_http_client().post_urlencoded_get_json( is_url, {