We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0828e9a commit 103c4b4Copy full SHA for 103c4b4
src/status_im/contexts/chat/contacts/events.cljs
@@ -23,7 +23,9 @@
23
:blocked? (oops/oget js-contact "blocked")
24
:added? (oops/oget js-contact "added")
25
:has-added-us? (oops/oget js-contact "hasAddedUs")
26
- :mutual? (oops/oget js-contact "mutual")})
+ :mutual? (oops/oget js-contact "mutual")
27
+ :emoji-hash (oops/oget js-contact "emojiHash")
28
+ :bio (oops/oget js-contact "bio")})
29
30
(defn prepare-events-for-contact
31
[db chats-js]
0 commit comments