summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2019-12-11 16:37:51 +0000
committerGitHub <noreply@github.com>2019-12-11 16:37:51 +0000
commit20453565176cfd358212a23cf89dfd2deab1d690 (patch)
tree83d70909cc0b03d00dd089a1408d6d25e6fb6d6f /changelog.d
parentMerge pull request #6517 from matrix-org/rav/event_auth/13 (diff)
downloadsynapse-20453565176cfd358212a23cf89dfd2deab1d690.tar.xz
Add `include_event_in_state` to _get_state_for_room (#6521)
Make it return the state *after* the requested event, rather than the one
before it. This is a bit easier and requires fewer calls to
get_events_from_store_or_dest.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6521.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6521.misc b/changelog.d/6521.misc
new file mode 100644
index 0000000000..d9a44389b9
--- /dev/null
+++ b/changelog.d/6521.misc
@@ -0,0 +1 @@
+Refactor some code in the event authentication path for clarity.