diff --git a/ts/jobs/helpers/sendReaction.ts b/ts/jobs/helpers/sendReaction.ts index d95e002ec5..0dc899b913 100644 --- a/ts/jobs/helpers/sendReaction.ts +++ b/ts/jobs/helpers/sendReaction.ts @@ -173,6 +173,11 @@ export async function sendReaction( }) ), }); + // Adds the reaction's attributes to the message cache so that we can + // safely `set` on it later. + window.MessageCache.toMessageAttributes( + ephemeralMessageForReactionSend.attributes + ); ephemeralMessageForReactionSend.doNotSave = true;