mirror of
https://github.com/status-im/status-react.git
synced 2025-01-15 13:37:39 +00:00
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…
x
Reference in New Issue
Block a user