mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-11 04:33:02 +02:00
Don't overwrite room custom topics
This commit is contained in:
parent
eec8b0f15b
commit
ad51079448
9 changed files with 57 additions and 19 deletions
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
|
@ -243,6 +243,10 @@ export namespace Event {
|
|||
name?: string
|
||||
}
|
||||
|
||||
export type M_Room_Topic = {
|
||||
topic?: string
|
||||
}
|
||||
|
||||
export type M_Room_PinnedEvents = {
|
||||
pinned: string[]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue