diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-07-25 18:49:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-25 18:49:56 +0100 |
commit | 26d742fed6b6a6a78ee6d0c937d4052623f22332 (patch) | |
tree | ad0b35d6c17ecbc986b5600a6ddc7937abfb282f /changelog.d | |
parent | Fix some error cases in the caching layer. (#5749) (diff) | |
parent | log when a redaction attempts to redact an event in a different room (diff) | |
download | synapse-26d742fed6b6a6a78ee6d0c937d4052623f22332.tar.xz |
Merge pull request #5767 from matrix-org/rav/redactions/cross_room_id
log when a redaction attempts to redact an event in a different room
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5767.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5767.bugfix b/changelog.d/5767.bugfix new file mode 100644 index 0000000000..1a76d02e32 --- /dev/null +++ b/changelog.d/5767.bugfix @@ -0,0 +1 @@ +Log when a redaction attempts to redact an event in a different room. |