mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-11 18:40:02 -04:00
Local changes
This commit is contained in:
parent
cff886c47b
commit
8d910ff5b9
7 changed files with 16 additions and 7 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue