refactor(mobile): AttachmentImage drops device-keyed props
This commit is contained in:
@@ -10,8 +10,6 @@ import { colors } from '../theme/colors';
|
|||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
handle: AttachmentHandle;
|
handle: AttachmentHandle;
|
||||||
ownDeviceId: string;
|
|
||||||
ownPrivateKey: Uint8Array;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Decrypts an encrypted image attachment on first mount and renders it
|
// Decrypts an encrypted image attachment on first mount and renders it
|
||||||
|
|||||||
Reference in New Issue
Block a user