Rename a function

Avoid confusing this operation with actual receipts, which are something
else.

// FREEBIE
This commit is contained in:
lilia 2016-02-25 17:10:22 -08:00
parent b77d5df4f2
commit 2b7cbef8b1
3 changed files with 11 additions and 11 deletions

View file

@ -219,7 +219,7 @@
};
});
if (read.length > 0) {
textsecure.messaging.sendReadReceipts(read);
textsecure.messaging.syncReadMessages(read);
}
});
}