Drop duplicate stories
This commit is contained in:
parent
c3bb3b152e
commit
3af478837d
2 changed files with 13 additions and 2 deletions
|
@ -2616,6 +2616,10 @@ export default class MessageReceiver
|
|||
return;
|
||||
}
|
||||
|
||||
log.info(
|
||||
'MessageReceiver.handleSyncMessage: handling storyMessageRecipients isRecipientUpdate sync message',
|
||||
getEnvelopeId(envelope)
|
||||
);
|
||||
const ev = new StoryRecipientUpdateEvent(
|
||||
{
|
||||
destinationUuid: envelope.destinationUuid.toString(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue