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 /docs | |
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 'docs')
-rw-r--r-- | docs/sample_config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sample_config.yaml b/docs/sample_config.yaml index 7cf222d356..67ad57b1aa 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1521,6 +1521,7 @@ room_prejoin_state: # - m.room.avatar # - m.room.encryption # - m.room.name + # - m.room.create # # Uncomment the following to disable these defaults (so that only the event # types listed in 'additional_event_types' are shared). Defaults to 'false'. |