mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:06:07 -04:00
Fix grammar and document get_current_users_in_room (#4998)
This commit is contained in:
parent
e4d473d855
commit
4a4d5c4fd6
13 changed files with 32 additions and 20 deletions
|
@ -883,7 +883,7 @@ class PresenceHandler(object):
|
|||
# TODO: Check that this is actually a new server joining the
|
||||
# room.
|
||||
|
||||
user_ids = yield self.state.get_current_user_in_room(room_id)
|
||||
user_ids = yield self.state.get_current_users_in_room(room_id)
|
||||
user_ids = list(filter(self.is_mine_id, user_ids))
|
||||
|
||||
states = yield self.current_state_for_users(user_ids)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue