feat: Add deafen to pc, fix mobiel view, fix freeze on startup
This commit is contained in:
@@ -69,6 +69,12 @@ export class AttachmentFacade {
|
||||
return this.manager.requestImageFromAnyPeer(...args);
|
||||
}
|
||||
|
||||
tryRestoreAttachmentFromLocal(
|
||||
...args: Parameters<AttachmentManagerService['tryRestoreAttachmentFromLocal']>
|
||||
): ReturnType<AttachmentManagerService['tryRestoreAttachmentFromLocal']> {
|
||||
return this.manager.tryRestoreAttachmentFromLocal(...args);
|
||||
}
|
||||
|
||||
requestFile(
|
||||
...args: Parameters<AttachmentManagerService['requestFile']>
|
||||
): ReturnType<AttachmentManagerService['requestFile']> {
|
||||
|
||||
Reference in New Issue
Block a user