diff options
author | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-04-23 19:01:37 +0100 |
---|---|---|
committer | Paul "LeoNerd" Evans <paul@matrix.org> | 2015-04-23 19:01:37 +0100 |
commit | e1e5e53127540fbaa4e23fbc628113983efd767b (patch) | |
tree | 47fe3729e246c192679ec1c6b5335472e22fab35 /synapse/handlers | |
parent | Don't let the remote offline serial list grow arbitrarily large (diff) | |
download | synapse-e1e5e53127540fbaa4e23fbc628113983efd767b.tar.xz |
Remove users from the remote_offline_serials list (and clean up empty elements) when they go online again
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/presence.py | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |