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 /changelog.d | |
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 'changelog.d')
-rw-r--r-- | changelog.d/11666.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11666.feature b/changelog.d/11666.feature new file mode 100644 index 0000000000..6f6b127e22 --- /dev/null +++ b/changelog.d/11666.feature @@ -0,0 +1 @@ +Include the room topic in the stripped state included with invites and knocking. |