chore: decode emoji-hash and bio from contact payload (#19030)
This commit is contained in:
parent
0828e9aa55
commit
103c4b4653
|
@ -23,7 +23,9 @@
|
|||
:blocked? (oops/oget js-contact "blocked")
|
||||
:added? (oops/oget js-contact "added")
|
||||
:has-added-us? (oops/oget js-contact "hasAddedUs")
|
||||
:mutual? (oops/oget js-contact "mutual")})
|
||||
:mutual? (oops/oget js-contact "mutual")
|
||||
:emoji-hash (oops/oget js-contact "emojiHash")
|
||||
:bio (oops/oget js-contact "bio")})
|
||||
|
||||
(defn prepare-events-for-contact
|
||||
[db chats-js]
|
||||
|
|
Loading…
Reference in New Issue