diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-07-18 14:41:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-18 14:41:42 +0100 |
commit | b2a382efdb0cf7b68e194070b616f10732fa0f36 (patch) | |
tree | c2723952bb6368de4f884ec94b3361ff51ce5c31 /changelog.d | |
parent | Convert synapse.federation.transport.server to async (#5689) (diff) | |
download | synapse-b2a382efdb0cf7b68e194070b616f10732fa0f36.tar.xz |
Remove the ability to query relations when the original event was redacted. (#5629)
Fixes #5594 Forbid viewing relations on an event once it has been redacted.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/5629.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/5629.bugfix b/changelog.d/5629.bugfix new file mode 100644 index 0000000000..672eabad40 --- /dev/null +++ b/changelog.d/5629.bugfix @@ -0,0 +1 @@ +Forbid viewing relations on an event once it has been redacted. |