summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2020-03-11 20:07:58 +0000
committerGitHub <noreply@github.com>2020-03-11 20:07:58 +0000
commitbd5e555b0d60c3b8f94f8ece805a27ec5fe13f24 (patch)
treea60c057655a73da8cca77214ebf2b217a67f1448 /changelog.d
parentAdd options to disable setting profile info for prevent changes. (#7053) (diff)
parentRefactor a bit (diff)
downloadsynapse-bd5e555b0d60c3b8f94f8ece805a27ec5fe13f24.tar.xz
Merge pull request #7066 from matrix-org/babolivier/dummy_events_state
Skip the correct visibility checks when checking the visibility of the state at a given event
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/7066.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7066.bugfix b/changelog.d/7066.bugfix
new file mode 100644
index 0000000000..94bb096287
--- /dev/null
+++ b/changelog.d/7066.bugfix
@@ -0,0 +1 @@
+Fix a bug that would cause Synapse to respond with an error about event visibility if a client tried to request the state of a room at a given token.