Update behavior when receiving sync messages with isRecipientUpdate
This commit is contained in:
@@ -3006,7 +3006,10 @@ export default class MessageReceiver
|
||||
return this.handleSentEditMessage(envelope, sentMessage);
|
||||
}
|
||||
|
||||
if (sentMessage.storyMessageRecipients && sentMessage.isRecipientUpdate) {
|
||||
if (
|
||||
sentMessage.storyMessageRecipients?.length &&
|
||||
sentMessage.isRecipientUpdate
|
||||
) {
|
||||
if (getStoriesBlocked()) {
|
||||
log.info(
|
||||
'MessageReceiver.handleSyncMessage: dropping story recipients update',
|
||||
|
Reference in New Issue
Block a user