Update behavior when receiving sync messages with isRecipientUpdate
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
a1c49aa687
commit
b28253462b
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…
Add table
Reference in a new issue