Don't overwrite room custom topics

This commit is contained in:
Cadence Ember 2025-02-01 23:12:50 +13:00
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[]
}