mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-15 22:42:23 +01:00
Comment
This commit is contained in:
parent
25f03cf8e9
commit
24c8f38784
1 changed files with 4 additions and 1 deletions
|
@ -201,7 +201,10 @@ class RulesForRoom(object):
|
||||||
self.sequence = 0
|
self.sequence = 0
|
||||||
|
|
||||||
# A cache of user_ids that we *know* aren't interesting, e.g. user_ids
|
# A cache of user_ids that we *know* aren't interesting, e.g. user_ids
|
||||||
# owned by AS's, or remote users, etc.
|
# owned by AS's, or remote users, etc. (I.e. users we will never need to
|
||||||
|
# calculate push for)
|
||||||
|
# These never need to be invalidated as we will never set up push for
|
||||||
|
# them.
|
||||||
self.uninteresting_user_set = set()
|
self.uninteresting_user_set = set()
|
||||||
|
|
||||||
# We need to be clever on the invalidating caches callbacks, as
|
# We need to be clever on the invalidating caches callbacks, as
|
||||||
|
|
Loading…
Reference in a new issue