feat: Add deafen to pc, fix mobiel view, fix freeze on startup

This commit is contained in:
2026-06-05 15:27:06 +02:00
parent 35f52b0356
commit a675f12e61
85 changed files with 2499 additions and 519 deletions

View File

@@ -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']> {