mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-27 20:03:25 +01:00
Update electron to 24.2.0
This commit is contained in:
@@ -10,7 +10,7 @@ import type { InMemoryAttachmentDraftType } from '../types/Attachment';
|
||||
import { fileToBytes } from './fileToBytes';
|
||||
|
||||
export async function handleVideoAttachment(
|
||||
file: Readonly<File>
|
||||
file: File
|
||||
): Promise<InMemoryAttachmentDraftType> {
|
||||
const objectUrl = URL.createObjectURL(file);
|
||||
if (!objectUrl) {
|
||||
|
||||
Reference in New Issue
Block a user