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:
Cadence Ember 2023-10-14 22:08:10 +13:00
parent b7f90db20a
commit c24752625d
13 changed files with 121 additions and 71 deletions

1
db/orm-defs.d.ts vendored
View file

@ -14,6 +14,7 @@ export type Models = {
event_type: string | null
event_subtype: string | null
part: number
reaction_part: number
source: number
}