From 22c8999ecab7659072936ab1dc4348892a63e03c Mon Sep 17 00:00:00 2001 From: Andrea Maria Piana Date: Tue, 16 Oct 2018 14:30:02 +0200 Subject: [PATCH] Send seen with pubkey Signed-off-by: yenda --- src/status_im/transport/message/protocol.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/status_im/transport/message/protocol.cljs b/src/status_im/transport/message/protocol.cljs index 968593518d..8b0ae4ae27 100644 --- a/src/status_im/transport/message/protocol.cljs +++ b/src/status_im/transport/message/protocol.cljs @@ -130,8 +130,8 @@ chat-id nil this) - (send-with-sym-key cofx {:chat-id chat-id - :payload this}))) + (send-with-pubkey cofx {:chat-id chat-id + :payload this}))) (receive [this chat-id signature _ cofx] (chat/receive-seen cofx chat-id signature this)) (validate [this]