diff options
author | Erik Johnston <erikj@jki.re> | 2017-03-15 17:37:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-15 17:37:15 +0000 |
commit | 54d2b7e596ffe330b8354d6ca78ee6ca6b7e6484 (patch) | |
tree | 922a54caf1885a43c2229fcd8a1ea66044a2d5e9 /synapse/handlers | |
parent | Merge pull request #2013 from matrix-org/erikj/presence_FASTER (diff) | |
parent | Modify test_user_sync so it doesn't look at last_active_ts over last_user_syn... (diff) | |
download | synapse-54d2b7e596ffe330b8354d6ca78ee6ca6b7e6484.tar.xz |
Merge pull request #2014 from Half-Shot/hs/fix-appservice-presence
Add fallback to last_active_ts if it beats the last sync time on a presence timeout.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/presence.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |