Fix m->d then d->m reactions not merging
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
BEGIN TRANSACTION;
|
||||
|
||||
ALTER TABLE reaction ADD COLUMN original_encoding TEXT;
|
||||
|
||||
COMMIT;
|
||||
1
src/db/orm-defs.d.ts
vendored
1
src/db/orm-defs.d.ts
vendored
@@ -110,6 +110,7 @@ export type Models = {
|
||||
hashed_event_id: number
|
||||
message_id: string
|
||||
encoded_emoji: string
|
||||
original_encoding: string | null
|
||||
}
|
||||
|
||||
auto_emoji: {
|
||||
|
||||
Reference in New Issue
Block a user