From dc1e42a2e4bd13f9c628e9d1d90a6911798cc37e Mon Sep 17 00:00:00 2001 From: Mikunj Date: Tue, 13 Nov 2018 15:18:42 +1100 Subject: [PATCH] Removed unneeded comment :) --- js/models/messages.js | 1 - 1 file changed, 1 deletion(-) diff --git a/js/models/messages.js b/js/models/messages.js index f28023fd6..a12e78cb0 100644 --- a/js/models/messages.js +++ b/js/models/messages.js @@ -299,7 +299,6 @@ const direction = this.get('direction') || 'incoming'; const conversation = this.getConversation(); - // I.e do we send a network request from the model? or call a function in the conversation to send the new status const onAccept = async () => { this.set({ friendStatus: 'accepted' }); await window.Signal.Data.saveMessage(this.attributes, {