summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2019-12-16 16:24:10 +0000
committerGitHub <noreply@github.com>2019-12-16 16:24:10 +0000
commit6316530366c8d7e8ee9e2c06009312c5405a352b (patch)
treeb607e22e9be4a0caac1c03022eaf753b4abc0ead /changelog.d
parentExclude rejected state events when calculating state at backwards extrems (#6... (diff)
parentMerge branch 'babolivier/fix-context-filter' of github.com:matrix-org/synapse... (diff)
downloadsynapse-6316530366c8d7e8ee9e2c06009312c5405a352b.tar.xz
Merge pull request #6553 from matrix-org/babolivier/fix-context-filter
 Use the filtered version of an event when responding to /context requests for that event
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6553.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6553.bugfix b/changelog.d/6553.bugfix
new file mode 100644
index 0000000000..4fe576b873
--- /dev/null
+++ b/changelog.d/6553.bugfix
@@ -0,0 +1 @@
+Fix a bug causing responses to the `/context` client endpoint to not use the pruned version of the event.