mirror of
https://mau.dev/maunium/synapse.git
synced 2025-04-05 04:13:45 +02:00
Remove spurious TODO comment
This commit is contained in:
parent
7ae8afb7ef
commit
106a3051b8
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue