diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2020-03-11 20:07:58 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 20:07:58 +0000 |
commit | bd5e555b0d60c3b8f94f8ece805a27ec5fe13f24 (patch) | |
tree | a60c057655a73da8cca77214ebf2b217a67f1448 /changelog.d | |
parent | Add options to disable setting profile info for prevent changes. (#7053) (diff) | |
parent | Refactor a bit (diff) | |
download | synapse-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.bugfix | 1 |
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. |