Clean up UUID-handling to prepare for future

This commit is contained in:
Scott Nonnenberg
2020-12-09 14:26:37 -08:00
committed by GitHub
parent 5369950c1d
commit 3f58a9b762
7 changed files with 55 additions and 31 deletions
-1
View File
@@ -2931,7 +2931,6 @@ Whisper.ConversationView = Whisper.View.extend({
try {
await this.model.sendReactionMessage(reaction, {
targetAuthorE164: messageModel.getSource(),
targetAuthorUuid: messageModel.getSourceUuid(),
targetTimestamp: messageModel.get('sent_at'),
});