Skip to content

Commit 98b6ff9

Browse files
committed
feat: contact CustomizationColor
status-im/status-go@00f50a4...fa9178e Signed-off-by: yqrashawn <[email protected]>
1 parent 62f68ff commit 98b6ff9

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Diff for: src/status_im/contexts/chat/contacts/events.cljs

+4-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@
2323
:blocked? (oops/oget js-contact "blocked")
2424
:added? (oops/oget js-contact "added")
2525
:has-added-us? (oops/oget js-contact "hasAddedUs")
26-
:mutual? (oops/oget js-contact "mutual")})
26+
:mutual? (oops/oget js-contact "mutual")
27+
:customization-color (-> js-contact
28+
(oops/oget "customizationColor")
29+
keyword)})
2730

2831
(defn prepare-events-for-contact
2932
[db chats-js]

Diff for: status-go-version.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
44
"owner": "status-im",
55
"repo": "status-go",
6-
"version": "v0.176.2",
7-
"commit-sha1": "00f50a4112ef80cc29737f8edf34cdb1cf181709",
8-
"src-sha256": "12z9qf0hhb2pc7ask6f86pah0wjp3kyxyv32rpfnkjl42maw0bw6"
6+
"version": "feat/contact-customization-color",
7+
"commit-sha1": "fa9178e9d53ba71c9872a59afa7afe99cf56ac38",
8+
"src-sha256": "1f3ji1vs89xh4ada9wahcl3ijskcv7y4i4fsfvcsy3japhrkmlbj"
99
}

0 commit comments

Comments
 (0)