add _get_room_member, fix datastore methods

This commit is contained in:
Mark Haines 2014-08-27 15:31:04 +01:00
parent a0d1f5a014
commit b30358f439
5 changed files with 33 additions and 12 deletions

View file

@ -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.