Apply reactions to messages in "Notes to Self"
This commit is contained in:
parent
09d7a253af
commit
c2a0072fa1
1 changed files with 3 additions and 1 deletions
|
@ -3128,7 +3128,9 @@ export class ConversationModel extends window.Backbone
|
||||||
expireTimer,
|
expireTimer,
|
||||||
profileKey
|
profileKey
|
||||||
);
|
);
|
||||||
return message.sendSyncMessageOnly(dataMessage);
|
const result = await message.sendSyncMessageOnly(dataMessage);
|
||||||
|
window.Whisper.Reactions.onReaction(reactionModel);
|
||||||
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
const options = await this.getSendOptions();
|
const options = await this.getSendOptions();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue