Send seen with pubkey

Signed-off-by: yenda <eric@status.im>
This commit is contained in:
Andrea Maria Piana 2018-10-16 14:30:02 +02:00 committed by yenda
parent 62db799d60
commit 22c8999eca
No known key found for this signature in database
GPG Key ID: 0095623C0069DCE6
1 changed files with 2 additions and 2 deletions

View File

@ -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]