diff options
author | Erik Johnston <erik@matrix.org> | 2019-07-24 13:27:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-24 13:27:57 +0100 |
commit | 2276936bacdaa62d2fbda2d6bc77620cef15b6ea (patch) | |
tree | eabfb8f292d45b46af1257cd7a08a620e18a98fd /synapse/handlers | |
parent | Stop trying to fetch events with event_id=None. (#5753) (diff) | |
parent | Update changelog.d/5743.bugfix (diff) | |
download | synapse-2276936bacdaa62d2fbda2d6bc77620cef15b6ea.tar.xz |
Merge pull request #5743 from matrix-org/erikj/log_origin_receipts_mismatch
Log when we receive receipt from a different origin
Diffstat (limited to 'synapse/handlers')
-rw-r--r-- | synapse/handlers/receipts.py | 35 |
1 files changed, 22 insertions, 13 deletions
diff --git a/synapse/handlers/receipts.py b/synapse/handlers/receipts.py |