mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-10 20:32:50 +02:00
Sync pins back from Matrix to Discord
This commit is contained in:
parent
4c62124cee
commit
06b6a63ee3
6 changed files with 87 additions and 0 deletions
4
src/types.d.ts
vendored
4
src/types.d.ts
vendored
|
@ -241,6 +241,10 @@ export namespace Event {
|
|||
name?: string
|
||||
}
|
||||
|
||||
export type M_Room_PinnedEvents = {
|
||||
pinned: string[]
|
||||
}
|
||||
|
||||
export type M_Power_Levels = {
|
||||
/** The level required to ban a user. Defaults to 50 if unspecified. */
|
||||
ban?: number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue