mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-25 04:36:46 +00:00
Init Fun Picker
Co-authored-by: Fedor Indutny <79877362+indutny-signal@users.noreply.github.com>
This commit is contained in:
@@ -38,7 +38,6 @@ import type {
|
||||
GetGroupLogOptionsType,
|
||||
GroupCredentialsType,
|
||||
GroupLogResponseType,
|
||||
ProxiedRequestOptionsType,
|
||||
WebAPIType,
|
||||
} from './WebAPI';
|
||||
import createTaskWithTimeout from './TaskWithTimeout';
|
||||
@@ -2427,13 +2426,6 @@ export default class MessageSender {
|
||||
return this.server.fetchLinkPreviewImage(href, abortSignal);
|
||||
}
|
||||
|
||||
async makeProxiedRequest(
|
||||
url: string,
|
||||
options?: Readonly<ProxiedRequestOptionsType>
|
||||
): Promise<ReturnType<WebAPIType['makeProxiedRequest']>> {
|
||||
return this.server.makeProxiedRequest(url, options);
|
||||
}
|
||||
|
||||
async getStorageCredentials(): Promise<StorageServiceCredentials> {
|
||||
return this.server.getStorageCredentials();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user