diff --git a/apps/shinkai-visor/src/components/inbox/inbox.tsx b/apps/shinkai-visor/src/components/inbox/inbox.tsx index d965def57..fb9dc7071 100644 --- a/apps/shinkai-visor/src/components/inbox/inbox.tsx +++ b/apps/shinkai-visor/src/components/inbox/inbox.tsx @@ -130,8 +130,8 @@ export const Inbox = () => { receiver, message: value, inboxId: inboxId as string, - my_device_encryption_sk: auth.profile_encryption_sk, - my_device_identity_sk: auth.profile_identity_sk, + my_device_encryption_sk: auth.my_device_encryption_sk, + my_device_identity_sk: auth.my_device_identity_sk, node_encryption_pk: auth.node_encryption_pk, profile_encryption_sk: auth.profile_encryption_sk, profile_identity_sk: auth.profile_identity_sk,