Send seen with pubkey
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
62db799d60
commit
22c8999eca
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue