diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-05-11 10:58:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-11 10:58:58 -0400 |
commit | 28c68411028e15858819f2a5896313ce0e71c25b (patch) | |
tree | 07c766f7d66b67244ec85d393d86cd564ff7d942 /changelog.d/9966.feature | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-28c68411028e15858819f2a5896313ce0e71c25b.tar.xz |
Send the `m.room.create` stripped event with invites (support MSC1772). (#9966)
MSC1772 specifies the m.room.create event should be sent as part of the invite_state. This was done optionally behind an experimental flag, but is now done by default due to MSC1772 being approved.
Diffstat (limited to 'changelog.d/9966.feature')
-rw-r--r-- | changelog.d/9966.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9966.feature b/changelog.d/9966.feature new file mode 100644 index 0000000000..7b81faabea --- /dev/null +++ b/changelog.d/9966.feature @@ -0,0 +1 @@ +Support stable identifiers for [MSC1772](https://github.com/matrix-org/matrix-doc/pull/1772) Spaces. `m.space.child` events will now be taken into account when populating the experimental spaces summary response. Please see `UPGRADE.rst` if you have customised `room_invite_state_types` in your configuration. \ No newline at end of file |