diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-12-11 16:37:51 +0000 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2019-12-16 13:26:12 +0000 |
commit | 20d5ba16e626aa4217492c83dda9fabd36bd5d2b (patch) | |
tree | 67048fd39134b72a93773a6d407ec5a0004e3adb /changelog.d | |
parent | Move get_state methods into FederationHandler (#6503) (diff) | |
download | synapse-20d5ba16e626aa4217492c83dda9fabd36bd5d2b.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.misc | 1 |
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. |