mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Set proper isRecipientUpdate flag on outgoing sync messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user