mirror of
https://github.com/element-hq/synapse.git
synced 2026-05-29 22:14:31 +00:00
Have /join/:room_id return the room ID in response anyway, for consistency of clients (SYN-234)
This commit is contained in:
@@ -246,7 +246,7 @@ class JoinRoomAliasServlet(RestServlet):
|
||||
}
|
||||
)
|
||||
|
||||
defer.returnValue((200, {}))
|
||||
defer.returnValue((200, {"room_id": identifier.to_string()}))
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def on_PUT(self, request, room_identifier, txn_id):
|
||||
|
||||
Reference in New Issue
Block a user