Skip to content

Commit

Permalink
Re-enable pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
cammellos committed Jun 17, 2019
1 parent 5b68033 commit 971f13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/status_im/transport/message/protocol.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@

:user-message
(fx/merge cofx
#_(send-direct-message current-public-key nil this)
(send-direct-message current-public-key nil this)
(send-with-pubkey params)))))
(receive [this chat-id signature timestamp cofx]
(let [received-message-fx {:chat-received-message/add-fx
Expand Down

0 comments on commit 971f13a

Please sign in to comment.