Set proper isRecipientUpdate flag on outgoing sync messages

This commit is contained in:
Scott Nonnenberg 2019-05-29 14:27:50 -07:00
parent 1730ca1a02
commit 9375300691

View file

@ -514,7 +514,7 @@ MessageSender.prototype = {
); );
if (isUpdate) { if (isUpdate) {
syncMessage.isRecipientUpdate = true; sentMessage.isRecipientUpdate = true;
} }
// Though this field has 'unidenified' in the name, it should have entries for each // Though this field has 'unidenified' in the name, it should have entries for each