mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Moves DraftAttachments into redux
This commit is contained in:
11
ts/types/AttachmentToastType.ts
Normal file
11
ts/types/AttachmentToastType.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
// Copyright 2021 Signal Messenger, LLC
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
|
||||
export enum AttachmentToastType {
|
||||
ToastCannotMixImageAndNonImageAttachments,
|
||||
ToastDangerousFileType,
|
||||
ToastFileSize,
|
||||
ToastMaxAttachments,
|
||||
ToastOneNonImageAtATime,
|
||||
ToastUnableToLoadAttachment,
|
||||
}
|
||||
Reference in New Issue
Block a user