mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-07 19:55:02 -04:00
add _get_room_member, fix datastore methods
This commit is contained in:
parent
a0d1f5a014
commit
b30358f439
5 changed files with 33 additions and 12 deletions
|
@ -637,7 +637,7 @@ class RoomMemberHandler(BaseRoomHandler):
|
|||
if should_do_dance:
|
||||
handler = self.hs.get_handlers().federation_handler
|
||||
have_joined = yield handler.do_invite_join(
|
||||
room_host, room_id, event.user_id, event.content
|
||||
room_host, room_id, event.user_id, event.content, snapshot
|
||||
)
|
||||
|
||||
# We want to do the _do_update inside the room lock.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue