mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
Merge branch 'erikj/perf_room_members_fix' of github.com:matrix-org/synapse into erikj/profile_rununtilconcurrent
This commit is contained in:
commit
7b6afa5a9b
1 changed files with 0 additions and 1 deletions
|
@ -252,7 +252,6 @@ class RoomMemberHandler(BaseHandler):
|
||||||
self.distributor.declare("user_joined_room")
|
self.distributor.declare("user_joined_room")
|
||||||
self.distributor.declare("user_left_room")
|
self.distributor.declare("user_left_room")
|
||||||
|
|
||||||
@defer.inlineCallbacks
|
|
||||||
def get_room_members(self, room_id):
|
def get_room_members(self, room_id):
|
||||||
return self.store.get_user_objs_in_room(room_id)
|
return self.store.get_user_objs_in_room(room_id)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue