Allow downloading multiple images into one directory
Co-authored-by: Major-Mayer <lrdarknesss@yahoo.de>
This commit is contained in:
parent
35946ef53c
commit
76e2597d30
21 changed files with 282 additions and 24 deletions
|
@ -24,6 +24,7 @@ import type {
|
|||
InteractionModeType,
|
||||
PushPanelForConversationActionType,
|
||||
SaveAttachmentActionCreatorType,
|
||||
SaveAttachmentsActionCreatorType,
|
||||
ShowConversationType,
|
||||
} from '../../state/ducks/conversations';
|
||||
import type { ViewStoryActionCreatorType } from '../../state/ducks/stories';
|
||||
|
@ -352,6 +353,7 @@ export type PropsActions = {
|
|||
messageId: string;
|
||||
}) => void;
|
||||
saveAttachment: SaveAttachmentActionCreatorType;
|
||||
saveAttachments: SaveAttachmentsActionCreatorType;
|
||||
showLightbox: (options: {
|
||||
attachment: AttachmentType;
|
||||
messageId: string;
|
||||
|
@ -366,6 +368,7 @@ export type PropsActions = {
|
|||
targetMessage?: (messageId: string, conversationId: string) => unknown;
|
||||
|
||||
showEditHistoryModal?: (id: string) => unknown;
|
||||
showAttachmentDownloadStillInProgressToast: (count: number) => unknown;
|
||||
showExpiredIncomingTapToViewToast: () => unknown;
|
||||
showExpiredOutgoingTapToViewToast: () => unknown;
|
||||
viewStory: ViewStoryActionCreatorType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue