Skip to content
Snippets Groups Projects
Commit c5a25f61 authored by Paul "LeoNerd" Evans's avatar Paul "LeoNerd" Evans
Browse files

Remove redundant (and incorrect) presence pagination fetching code

parent 194e1e91
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment