forked from cadence/out-of-your-element
refactor custom emoji schema; make reactions work
This commit is contained in:
parent
c7ddf638db
commit
92dee012fc
9 changed files with 70 additions and 34 deletions
3
db/orm-utils.d.ts
vendored
3
db/orm-utils.d.ts
vendored
|
@ -64,7 +64,8 @@ export type Models = {
|
|||
}
|
||||
|
||||
emoji: {
|
||||
emoji_id: string
|
||||
id: string
|
||||
name: string
|
||||
animated: number
|
||||
mxc_url: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue