Bugfix for back-pagination of presence

This commit is contained in:
Paul "LeoNerd" Evans 2014-09-03 15:27:58 +01:00
parent 277fd2250a
commit dada11dc5f

View file

@ -840,6 +840,8 @@ class PresenceEventSource(object):
from_token = pagination_config.from_token
to_token = pagination_config.to_token
observer_user = user
from_key = int(from_token.presence_key)
if to_token: