File tree 2 files changed +7
-4
lines changed
src/status_im/contexts/chat/contacts
2 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 23
23
:blocked? (oops/oget js-contact " blocked" )
24
24
:added? (oops/oget js-contact " added" )
25
25
: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)})
27
30
28
31
(defn prepare-events-for-contact
29
32
[db chats-js]
Original file line number Diff line number Diff line change 3
3
"_comment" : " Instead use: scripts/update-status-go.sh <rev>" ,
4
4
"owner" : " status-im" ,
5
5
"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 "
9
9
}
You can’t perform that action at this time.
0 commit comments