mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Backups: Handle groupV2 notifications
This commit is contained in:
@@ -2221,7 +2221,7 @@ export default class MessageReceiver
|
||||
const { sourceServiceId: sourceAci } = envelope;
|
||||
strictAssert(
|
||||
isAciString(sourceAci),
|
||||
'MessageReceiver.handleEditMesage: received message from PNI'
|
||||
'MessageReceiver.handleStoryMessage: received message from PNI'
|
||||
);
|
||||
|
||||
const attachments: Array<ProcessedAttachment> = [];
|
||||
|
||||
Reference in New Issue
Block a user