mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -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
@ -246,7 +246,7 @@ class JoinRoomAliasServlet(RestServlet):
|
|||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
defer.returnValue((200, {}))
|
defer.returnValue((200, {"room_id": identifier.to_string()}))
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
@defer.inlineCallbacks
|
||||||
def on_PUT(self, request, room_identifier, txn_id):
|
def on_PUT(self, request, room_identifier, txn_id):
|
||||||
|
Loading…
Reference in New Issue
Block a user