Update behavior when receiving sync messages with isRecipientUpdate
This commit is contained in:
parent
ae9181a4b2
commit
4e1c52a155
1 changed files with 4 additions and 1 deletions
|
@ -3006,7 +3006,10 @@ export default class MessageReceiver
|
||||||
return this.handleSentEditMessage(envelope, sentMessage);
|
return this.handleSentEditMessage(envelope, sentMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (sentMessage.storyMessageRecipients && sentMessage.isRecipientUpdate) {
|
if (
|
||||||
|
sentMessage.storyMessageRecipients?.length &&
|
||||||
|
sentMessage.isRecipientUpdate
|
||||||
|
) {
|
||||||
if (getStoriesBlocked()) {
|
if (getStoriesBlocked()) {
|
||||||
log.info(
|
log.info(
|
||||||
'MessageReceiver.handleSyncMessage: dropping story recipients update',
|
'MessageReceiver.handleSyncMessage: dropping story recipients update',
|
||||||
|
|
Loading…
Reference in a new issue