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