mirror of
https://mau.dev/maunium/synapse.git
synced 2025-03-05 06:50:22 +01:00
Remove redundant (and incorrect) presence pagination fetching code
This commit is contained in:
parent
194e1e9151
commit
c5a25f610a
1 changed files with 0 additions and 3 deletions
|
@ -849,9 +849,6 @@ class PresenceEventSource(object):
|
|||
|
||||
# TODO(paul): limit
|
||||
|
||||
updates = [(k, cachemap[k]) for k in cachemap
|
||||
if to_key < cachemap[k].serial < from_key]
|
||||
|
||||
if updates:
|
||||
clock = self.clock
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue