diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2022-01-04 11:08:08 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 11:08:08 -0500 |
commit | 8422a7f7f6154bcbadc52f0d0d27b8e6b989cb4c (patch) | |
tree | 2e598a44bff193fa7158ed668480c4efbf80298a /docs | |
parent | Drop Bionic from Debian builds (#11633) (diff) | |
download | synapse-8422a7f7f6154bcbadc52f0d0d27b8e6b989cb4c.tar.xz |
Include the topic event in the prejoin state, per MSC3173. (#11666)
Invites and knocks will now include the topic in the stripped state send to clients before joining the room.
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 6696ed5d1e..00dfd2c013 100644 --- a/docs/sample_config.yaml +++ b/docs/sample_config.yaml @@ -1488,6 +1488,7 @@ room_prejoin_state: # - m.room.encryption # - m.room.name # - m.room.create + # - m.room.topic # # Uncomment the following to disable these defaults (so that only the event # types listed in 'additional_event_types' are shared). Defaults to 'false'. |