mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-09 09:26:50 +00: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
Reference in a new issue