diff options
author | Erik Johnston <erik@matrix.org> | 2016-10-24 15:51:22 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2016-10-24 15:51:22 +0100 |
commit | 2ef617bc06f59e1cb872b8b0f3870e2130071c76 (patch) | |
tree | a14bb69f331007882ba3879544ad0c0f67fe8508 /synapse | |
parent | Merge pull request #1178 from matrix-org/erikj/current_room_token (diff) | |
download | synapse-2ef617bc06f59e1cb872b8b0f3870e2130071c76.tar.xz |
Fix infinite typing bug
There's a bug somewhere that causes typing notifications to not be timed out properly. By adding a paranoia timer and using correct inequalities notifications should stop being stuck, even if it the root cause hasn't been fixed.
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/handlers/typing.py | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/synapse/handlers/typing.py b/synapse/handlers/typing.py |