diff options
author | Eric Eastwood <erice@element.io> | 2021-08-10 18:10:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-10 18:10:40 -0500 |
commit | 8c654b73095a594b36101aa81cf91a8e1bebc29f (patch) | |
tree | 7d8ee2b0be812197c41b7c25490f2066b53e9a0e /changelog.d | |
parent | Add local support for the new spaces summary endpoint (MSC2946) (#10549) (diff) | |
download | synapse-8c654b73095a594b36101aa81cf91a8e1bebc29f.tar.xz |
Only return state events that the AS passed in via `state_events_at_start` (MSC2716) (#10552)
* Only return state events that the AS passed in via state_events_at_start As discovered by @Half-Shot in https://github.com/matrix-org/matrix-doc/pull/2716#discussion_r684158448 Part of MSC2716 * Add changelog * Fix changelog extension
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10552.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10552.misc b/changelog.d/10552.misc new file mode 100644 index 0000000000..fc5f6aea5f --- /dev/null +++ b/changelog.d/10552.misc @@ -0,0 +1 @@ +Update `/batch_send` endpoint to only return `state_events` created by the `state_events_from_before` passed in. |