From 88345420e0ebce6c25f57ad92c545579a6c5be91 Mon Sep 17 00:00:00 2001 From: byGalax Date: Sat, 16 May 2026 17:17:37 +0200 Subject: [PATCH] refactor(mobile): AttachmentImage drops device-keyed props --- apps/mobile/components/AttachmentImage.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/mobile/components/AttachmentImage.tsx b/apps/mobile/components/AttachmentImage.tsx index a219283..f429963 100644 --- a/apps/mobile/components/AttachmentImage.tsx +++ b/apps/mobile/components/AttachmentImage.tsx @@ -10,8 +10,6 @@ import { colors } from '../theme/colors'; interface Props { handle: AttachmentHandle; - ownDeviceId: string; - ownPrivateKey: Uint8Array; } // Decrypts an encrypted image attachment on first mount and renders it