Show dialog for permanently undownloadable attachments

This commit is contained in:
ayumi-signal
2025-02-11 13:47:54 -08:00
committed by GitHub
parent 9859383b1d
commit c235cdf58b
32 changed files with 734 additions and 55 deletions

View 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',
}