mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 09:05:42 +03:00
Remove rogue @inlineCallbacks
This commit is contained in:
parent
689b4de314
commit
8c7ca6d2c0
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_left_room")
|
||||
|
||||
@defer.inlineCallbacks
|
||||
def get_room_members(self, room_id):
|
||||
return self.store.get_user_objs_in_room(room_id)
|
||||
|
||||
|
|
Loading…
Reference in a new issue