diff options
author | Brendan Abolivier <babolivier@matrix.org> | 2019-12-16 16:01:32 +0000 |
---|---|---|
committer | Brendan Abolivier <babolivier@matrix.org> | 2019-12-16 16:01:32 +0000 |
commit | 7f8d8fd2e2da7731aa5edfec02541b673e40a572 (patch) | |
tree | d0d568810b0e0d857c304b94680ec8d68b3d94cd /changelog.d | |
parent | Incorporate review (diff) | |
parent | Update changelog.d/6553.bugfix (diff) | |
download | synapse-7f8d8fd2e2da7731aa5edfec02541b673e40a572.tar.xz |
Merge branch 'babolivier/fix-context-filter' of github.com:matrix-org/synapse into babolivier/fix-context-filter
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6553.bugfix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/changelog.d/6553.bugfix b/changelog.d/6553.bugfix index e8f55e2a76..4fe576b873 100644 --- a/changelog.d/6553.bugfix +++ b/changelog.d/6553.bugfix @@ -1 +1 @@ -Fix a bug causing responses to the `/context` client endpoint to not use the pruned version of the event the request is for. +Fix a bug causing responses to the `/context` client endpoint to not use the pruned version of the event. |