d->m bridge emojis in messages

This commit is contained in:
Cadence Ember
2023-09-19 17:43:57 +12:00
parent 94c4b6a262
commit 1657de4eef
5 changed files with 104 additions and 4 deletions

6
db/orm-utils.d.ts vendored
View File

@@ -62,6 +62,12 @@ export type Models = {
webhook_id: string
webhook_token: string
}
emoji: {
emoji_id: string
animated: number
mxc_url: string
}
}
export type Prepared<Row> = {