mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-06 14:24:58 -04:00
Have /join/:room_id return the room ID in response anyway, for consistency of clients (SYN-234)
This commit is contained in:
parent
cf7e723808
commit
34a5fbe2b7
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue