mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 08:26:01 -04:00
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.
This commit is contained in:
parent
13c974ed35
commit
8422a7f7f6
4 changed files with 13 additions and 0 deletions
|
@ -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'.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue