forked from cadence/out-of-your-element
Split part and reaction_part
Now, reactions should always end up on the bottom of a message group, instead of sometimes being in the middle.
This commit is contained in:
parent
b7f90db20a
commit
c24752625d
13 changed files with 121 additions and 71 deletions
1
db/orm-defs.d.ts
vendored
1
db/orm-defs.d.ts
vendored
|
@ -14,6 +14,7 @@ export type Models = {
|
|||
event_type: string | null
|
||||
event_subtype: string | null
|
||||
part: number
|
||||
reaction_part: number
|
||||
source: number
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue