This commit is contained in:
Daniel Gasienica 2018-02-14 14:46:56 -05:00
parent 98d951ef77
commit 8febf125b1
1 changed files with 1 additions and 1 deletions

View File

@ -373,7 +373,7 @@
// 1. on an incoming message
// 2. on a sent message sync'd from another device
// 3. in rare cases, an incoming message can be retried, though it will
// still through one of the previous two codepaths.
// still go through one of the previous two codepaths
var message = this;
var source = message.get('source');
var type = message.get('type');