Remove rogue @inlineCallbacks
This commit is contained in:
parent
689b4de314
commit
8c7ca6d2c0
|
@ -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 New Issue