refactor custom emoji schema; make reactions work

This commit is contained in:
Cadence Ember
2023-09-20 00:37:15 +12:00
parent c7ddf638db
commit 92dee012fc
9 changed files with 70 additions and 34 deletions
+2 -1
View File
@@ -64,7 +64,8 @@ export type Models = {
}
emoji: {
emoji_id: string
id: string
name: string
animated: number
mxc_url: string
}