diff options
author | Richard van der Hoff <richard@matrix.org> | 2016-12-08 12:13:01 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2016-12-08 12:13:01 +0000 |
commit | b08f76bd23f4eb9b13ebefd57ee00a7b4803beee (patch) | |
tree | 252fbf11b25a154cbb5e7cf5e544746b03986dc6 /synapse/handlers | |
parent | Fix result of insert_receipt (diff) | |
download | synapse-b08f76bd23f4eb9b13ebefd57ee00a7b4803beee.tar.xz |
Fix ignored read-receipts
Don't ignore read-receipts which arrive in the same EDU as a read-receipt for an old event.
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/receipts.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/synapse/handlers/receipts.py b/synapse/handlers/receipts.py |