Fix reaction field name in migration 88

This commit is contained in:
Fedor Indutny
2023-08-29 00:03:32 +02:00
committed by GitHub
parent 8aa397b7a6
commit e05de1aa6f
7 changed files with 25 additions and 30 deletions

View File

@@ -247,8 +247,8 @@ describe('SQL/updateToSchemaVersion88', () => {
expirationTimerUpdate: {
sourceUuid: THEIR_UUID,
},
reactions: [{ authorUuid: THEIR_UUID }],
storyReaction: { authorUuid: THEIR_UUID },
reactions: [{ targetAuthorUuid: THEIR_UUID }],
storyReaction: { targetAuthorUuid: THEIR_UUID },
storyReplyContext: {
authorUuid: THEIR_UUID,
},
@@ -290,8 +290,8 @@ describe('SQL/updateToSchemaVersion88', () => {
expirationTimerUpdate: {
sourceServiceId: THEIR_UUID,
},
reactions: [{ authorAci: THEIR_UUID }],
storyReaction: { authorAci: THEIR_UUID },
reactions: [{}],
storyReaction: {},
storyReplyContext: {
authorAci: THEIR_UUID,
},