mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-06 09:35:20 -05:00
Remove spurious TODO comment
This commit is contained in:
parent
7ae8afb7ef
commit
106a3051b8
@ -1140,7 +1140,6 @@ class PresenceEventSource(object):
|
|||||||
user_ids_to_check |= set(joined)
|
user_ids_to_check |= set(joined)
|
||||||
|
|
||||||
updates = []
|
updates = []
|
||||||
# TODO(paul): use a DeferredList ? How to limit concurrency.
|
|
||||||
for observed_user in user_ids_to_check & set(cachemap):
|
for observed_user in user_ids_to_check & set(cachemap):
|
||||||
if not (to_key < cachemap[observed_user].serial <= from_key):
|
if not (to_key < cachemap[observed_user].serial <= from_key):
|
||||||
continue
|
continue
|
||||||
|
Loading…
x
Reference in New Issue
Block a user