mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 14:24:48 -04: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
|
# TODO(paul): limit
|
||||||
|
|
||||||
updates = [(k, cachemap[k]) for k in cachemap
|
|
||||||
if to_key < cachemap[k].serial < from_key]
|
|
||||||
|
|
||||||
if updates:
|
if updates:
|
||||||
clock = self.clock
|
clock = self.clock
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue