summary refs log tree commit diff
path: root/scripts-dev/check_auth.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-06-21Fix sync tightloop bug.Erik Johnston1-2/+12
If, for some reason, presence updates take a while to persist then it can trigger clients to tightloop calling `/sync` due to the presence handler returning updates but not advancing the stream token. Fixes #5503.
2019-06-20Improve email notification logging (#5502)Neil Johnson2-1/+2
2019-06-20