Remove redundant (and incorrect) presence pagination fetching code
This commit is contained in:
parent
194e1e9151
commit
c5a25f610a
|
@ -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…
Reference in New Issue