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
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment