forked from cadence/out-of-your-element
d->m bridge emojis in messages
This commit is contained in:
parent
94c4b6a262
commit
1657de4eef
5 changed files with 104 additions and 4 deletions
6
db/orm-utils.d.ts
vendored
6
db/orm-utils.d.ts
vendored
|
@ -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> = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue