mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-24 11:55:16 -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
|
@ -108,6 +108,15 @@ class KnockingStrippedStateEventHelperMixin(TestCase):
|
|||
"state_key": "",
|
||||
},
|
||||
),
|
||||
(
|
||||
EventTypes.Topic,
|
||||
{
|
||||
"content": {
|
||||
"topic": "A really cool room",
|
||||
},
|
||||
"state_key": "",
|
||||
},
|
||||
),
|
||||
]
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue