Drop duplicate stories

This commit is contained in:
Josh Perez 2022-07-29 19:01:33 -04:00 committed by GitHub
parent c3bb3b152e
commit 3af478837d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View file

@ -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(),