Describe behaviour when the topic key is falsey in a m.room.topic event. (#2068)

We seem to have [updated this for m.room.name](https://github.com/matrix-org/matrix-spec/pull/1639) some years back but omitted it for topic.
This commit is contained in:
Will Hunt 2025-04-15 18:24:22 +01:00 committed by GitHub
parent c39c7d0680
commit 65b1db721d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 1 deletions

View file

@ -0,0 +1 @@
Clarify behaviour when the `topic` key of a `m.room.topic` event is absent, null, or empty.