mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-04 17:28:49 -04:00
Merge branch 'develop' of github.com:matrix-org/synapse into room_config
This commit is contained in:
commit
8e2d4c6da5
33 changed files with 1977 additions and 352 deletions
|
@ -360,7 +360,8 @@ class RoomMemberHandler(BaseRoomHandler):
|
|||
)
|
||||
|
||||
snapshot = yield self.store.snapshot_room(
|
||||
room_id, joinee, RoomMemberEvent.TYPE, joinee
|
||||
room_id, joinee.to_string(), RoomMemberEvent.TYPE,
|
||||
joinee.to_string()
|
||||
)
|
||||
|
||||
yield self._do_join(new_event, snapshot, room_host=host, do_auth=True)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue