Set proper isRecipientUpdate flag on outgoing sync messages
This commit is contained in:
parent
1730ca1a02
commit
9375300691
1 changed files with 1 additions and 1 deletions
|
@ -514,7 +514,7 @@ MessageSender.prototype = {
|
|||
);
|
||||
|
||||
if (isUpdate) {
|
||||
syncMessage.isRecipientUpdate = true;
|
||||
sentMessage.isRecipientUpdate = true;
|
||||
}
|
||||
|
||||
// Though this field has 'unidenified' in the name, it should have entries for each
|
||||
|
|
Loading…
Add table
Reference in a new issue