mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Add pinned message notifications
This commit is contained in:
@@ -1933,7 +1933,8 @@ export class BackupExportStream extends Readable {
|
||||
}
|
||||
|
||||
if (isPinnedMessageNotification(message)) {
|
||||
throw new Error('unimplemented');
|
||||
// TODO(jamie): Implement backups for pinned messages
|
||||
return { kind: NonBubbleResultKind.Drop };
|
||||
}
|
||||
|
||||
if (isProfileChange(message)) {
|
||||
|
||||
Reference in New Issue
Block a user