diff options
author | Erik Johnston <erik@matrix.org> | 2021-04-28 14:42:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-28 14:42:50 +0100 |
commit | e4ab8676b4b5a3336ef49bb68a0e6dabbf030df4 (patch) | |
tree | 1c347bbfdf8428c21cb86bbff1c0edef9659c21f /tests | |
parent | Reword account validity template change to sound less like a bugfix (diff) | |
download | synapse-e4ab8676b4b5a3336ef49bb68a0e6dabbf030df4.tar.xz |
Fix tight loop handling presence replication. (#9900)
Only affects workers. Introduced in #9819. Fixes #9899.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/handlers/test_presence.py | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/handlers/test_presence.py b/tests/handlers/test_presence.py |