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 | |
| 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
| -rw-r--r-- | changelog.d/10552.misc | 1 | ||||
| -rw-r--r-- | synapse/rest/client/v1/room.py | 4 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changelog.d/10552.misc b/changelog.d/10552.misc new file mode 100644 |
