diff options
author | Šimon Brandner <simon.bra.ag@gmail.com> | 2021-08-16 13:22:38 +0200 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2021-08-16 12:23:15 +0100 |
commit | 40e92b224c827500bb9c9400d2896e572aa61ea6 (patch) | |
tree | b233fecabc0be43b782c06efc0be08e6f513c1c2 /tests/handlers/test_receipts.py | |
parent | Merge branch 'release-v1.40' of github.com:matrix-org/synapse into matrix-org... (diff) | |
download | synapse-40e92b224c827500bb9c9400d2896e572aa61ea6.tar.xz |
Handle string read receipt data (#10606)
* Handle string read receipt data Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Test that we handle string read receipt data Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Add changelog for #10606 Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Add docs Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Ignore malformed RRs Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Only surround hidden = ... Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Remove unnecessary argument Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com> * Update changelog.d/10606.bugfix Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r-- | tests/handlers/test_receipts.py | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/tests/handlers/test_receipts.py b/tests/handlers/test_receipts.py |