Local changes

This commit is contained in:
Matrix 2017-02-24 16:01:57 +00:00
parent cff886c47b
commit 8d910ff5b9
7 changed files with 16 additions and 7 deletions

View file

@ -327,7 +327,7 @@ class DeviceHandler(BaseHandler):
user_id
)
logger.info("Extrem: %r, prev_ids: %r", extremity, prev_ids)
if str(extremity) == str(prev_ids[0]):
if extremity and prev_ids[0] and int(extremity) >= int(prev_ids[0]):
resync = False
if resync: