Sync pins back from Matrix to Discord

This commit is contained in:
Cadence Ember 2025-01-07 12:23:39 +13:00
commit 06b6a63ee3
6 changed files with 87 additions and 0 deletions

4
src/types.d.ts vendored
View file

@ -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,