refactor custom emoji schema; make reactions work

This commit is contained in:
Cadence Ember 2023-09-20 00:37:15 +12:00
commit 92dee012fc
9 changed files with 70 additions and 34 deletions

3
db/orm-utils.d.ts vendored
View file

@ -64,7 +64,8 @@ export type Models = {
}
emoji: {
emoji_id: string
id: string
name: string
animated: number
mxc_url: string
}