mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-22 17:38:10 +01:00
Show dialog for permanently undownloadable attachments
This commit is contained in:
10
ts/types/AttachmentNotAvailable.ts
Normal file
10
ts/types/AttachmentNotAvailable.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
// Copyright 2025 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export enum AttachmentNotAvailableModalType {
|
||||
File = 'File',
|
||||
LongText = 'LongText',
|
||||
Sticker = 'Sticker',
|
||||
VisualMedia = 'VisualMedia',
|
||||
VoiceMessage = 'VoiceMessage',
|
||||
}
|
||||
Reference in New Issue
Block a user