diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-01-06 14:34:02 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-06 14:34:02 +0000 |
commit | ab4b4ee6a7e15d1d6e83c4b826051da7df7f83e3 (patch) | |
tree | c11ce5046000464c268143e796c3b8c80f0d207d /synapse/handlers | |
parent | Fix exception when fetching notary server's old keys (#6625) (diff) | |
download | synapse-ab4b4ee6a7e15d1d6e83c4b826051da7df7f83e3.tar.xz |
Fix an error which was thrown by the PresenceHandler _on_shutdown handler. (#6640)
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/presence.py | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/synapse/handlers/presence.py b/synapse/handlers/presence.py |