Send seen with pubkey
Signed-off-by: yenda <eric@status.im>
This commit is contained in:
parent
62db799d60
commit
22c8999eca
|
@ -130,7 +130,7 @@
|
||||||
chat-id
|
chat-id
|
||||||
nil
|
nil
|
||||||
this)
|
this)
|
||||||
(send-with-sym-key cofx {:chat-id chat-id
|
(send-with-pubkey cofx {:chat-id chat-id
|
||||||
:payload this})))
|
:payload this})))
|
||||||
(receive [this chat-id signature _ cofx]
|
(receive [this chat-id signature _ cofx]
|
||||||
(chat/receive-seen cofx chat-id signature this))
|
(chat/receive-seen cofx chat-id signature this))
|
||||||
|
|
Loading…
Reference in New Issue