mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Fix metric counter
This commit is contained in:
parent
f1b83d88a3
commit
5e0c533672
@ -145,8 +145,8 @@ class Notifier(object):
|
|||||||
|
|
||||||
for x in self.room_to_user_streams.values():
|
for x in self.room_to_user_streams.values():
|
||||||
all_user_streams |= x
|
all_user_streams |= x
|
||||||
for x in self.user_to_user_streams.values():
|
for x in self.user_to_user_stream:
|
||||||
all_user_streams |= x
|
all_user_streams.add(x)
|
||||||
for x in self.appservice_to_user_streams.values():
|
for x in self.appservice_to_user_streams.values():
|
||||||
all_user_streams |= x
|
all_user_streams |= x
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user