Skip to content

Commit

Permalink
- fix: send message to inbox ui
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Oct 10, 2023
1 parent 6b16170 commit 606a754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/shinkai-visor/src/components/inbox/inbox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 606a754

Please sign in to comment.