mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 11:26:09 -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
|
@ -107,6 +107,8 @@ _DEFAULT_PREJOIN_STATE_TYPES = [
|
|||
EventTypes.Name,
|
||||
# Per MSC1772.
|
||||
EventTypes.Create,
|
||||
# Per MSC3173.
|
||||
EventTypes.Topic,
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue