Comment
This commit is contained in:
parent
25f03cf8e9
commit
24c8f38784
|
@ -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 New Issue