diff options
author | Erik Johnston <erikj@element.io> | 2024-08-19 21:16:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-19 21:16:07 +0100 |
commit | 8b8d74d12f29a9b58c367715d7b8234e39a5eb1a (patch) | |
tree | 267b695c5e4b09c9263b24731c3f62803207bdff /tests/rest/client/utils.py | |
parent | Sliding sync: Add classes for per-connection state (#17574) (diff) | |
download | synapse-8b8d74d12f29a9b58c367715d7b8234e39a5eb1a.tar.xz |
Sliding sync: Correctly track which read receipts we have or have not sent down. (#17575)
Add connection tracking to the receipts extension. Based on #17574 --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
Diffstat (limited to '')
-rw-r--r-- | tests/rest/client/utils.py | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/rest/client/utils.py b/tests/rest/client/utils.py |