Don't overwrite room custom topics

This commit is contained in:
Cadence Ember
2025-02-01 23:12:50 +13:00
parent eec8b0f15b
commit ad51079448
9 changed files with 57 additions and 19 deletions

4
src/types.d.ts vendored
View File

@@ -243,6 +243,10 @@ export namespace Event {
name?: string
}
export type M_Room_Topic = {
topic?: string
}
export type M_Room_PinnedEvents = {
pinned: string[]
}