forked from MirrorHub/synapse
black
This commit is contained in:
parent
9fc588e6dc
commit
7406477525
1 changed files with 3 additions and 1 deletions
|
@ -122,7 +122,9 @@ class DeviceWorkerHandler(BaseHandler):
|
||||||
|
|
||||||
# First we check if any devices have changed for users that we share
|
# First we check if any devices have changed for users that we share
|
||||||
# rooms with.
|
# rooms with.
|
||||||
users_who_share_room = yield self.store.get_users_who_share_room_with_user(user_id)
|
users_who_share_room = yield self.store.get_users_who_share_room_with_user(
|
||||||
|
user_id
|
||||||
|
)
|
||||||
|
|
||||||
tracked_users = set(users_who_share_room)
|
tracked_users = set(users_who_share_room)
|
||||||
# always tell the user about their own devices
|
# always tell the user about their own devices
|
||||||
|
|
Loading…
Reference in a new issue