mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 21:53:18 +00:00
Standardize on showConversation function, delete unused functions
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import type { AttachmentDraftType } from '../types/Attachment';
|
||||
|
||||
export function hasDraftAttachments(
|
||||
draftAttachments: Array<AttachmentDraftType> | undefined,
|
||||
draftAttachments: ReadonlyArray<AttachmentDraftType> | undefined,
|
||||
options: { includePending: boolean }
|
||||
): boolean {
|
||||
if (!draftAttachments) {
|
||||
|
||||
Reference in New Issue
Block a user