Support persistent Matrix sims for webhooks

This commit is contained in:
Cadence Ember
2025-11-19 16:37:39 +13:00
parent ce30272389
commit edd4f988ec
9 changed files with 234 additions and 17 deletions

7
src/types.d.ts vendored
View File

@@ -72,6 +72,13 @@ export type WebhookCreds = {
token: string
}
/** Discord API message->author. A webhook as an author. */
export type WebhookAuthor = {
username: string
avatar: string | null
id: string
}
export type PkSystem = {
id: string
uuid: string