mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Use streams to download attachments directly to disk
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
import { useContext, createContext, useEffect, useRef } from 'react';
|
||||
import * as log from '../logging/log';
|
||||
|
||||
type ScrollerLock = Readonly<{
|
||||
export type ScrollerLock = Readonly<{
|
||||
isLocked(): boolean;
|
||||
lock(reason: string, onUserInterrupt: () => void): () => void;
|
||||
onUserInterrupt(reason: string): void;
|
||||
|
||||
Reference in New Issue
Block a user