File tree 4 files changed +9
-6
lines changed
legacy/status_im/multiaccounts/update
4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 10
10
[{:keys [db]}]
11
11
(let [{:keys [name preferred-name display-name address]} (:profile/profile db)]
12
12
{:json-rpc/call [{:method " wakuext_sendContactUpdates"
13
- :params [(or preferred-name display-name name) " " ]
13
+ :params [(or preferred-name display-name name) " " " " ]
14
14
:on-success #(log/debug " sent contact update" )}]}))
15
15
16
16
(rf/defn update-multiaccount-account-name
Original file line number Diff line number Diff line change 27
27
:has-added-us? (oops/oget js-contact " hasAddedUs" )
28
28
:mutual? (oops/oget js-contact " mutual" )
29
29
:emoji-hash (oops/oget js-contact " emojiHash" )
30
- :bio (oops/oget js-contact " bio" )})
30
+ :bio (oops/oget js-contact " bio" )
31
+ :customization-color (-> js-contact
32
+ (oops/oget " customizationColor" )
33
+ keyword)})
31
34
32
35
(defn prepare-events-for-contact
33
36
[db chats-js]
Original file line number Diff line number Diff line change 29
29
(let [{:keys [name preferred-name display-name]} (:profile/profile db)]
30
30
[:json-rpc/call
31
31
[{:method " wakuext_sendContactUpdates"
32
- :params [(or preferred-name display-name name) " " ]
32
+ :params [(or preferred-name display-name name) " " " " ]
33
33
:on-success #(log/debug " sent contact update" )}]]))]}))
34
34
35
35
(rf/reg-event-fx :profile.settings/change-webview-debug
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.178.0 " ,
7
- "commit-sha1" : " eb13459fa0ef9404f71b239a50f8e8c03ef8d0e6 " ,
8
- "src-sha256" : " 0zgpr2pzcjgivn9fmm8z4krhm9fslvbfvmwv9k788x1lj6q10fd0 "
6
+ "version" : " feat/contact-customization-color " ,
7
+ "commit-sha1" : " df4d77c1af66f64c745e0508676e021a38c1381d " ,
8
+ "src-sha256" : " 1mnyfhnvcm56s5ls40fn4y5kraxrfpanx6x2ladxg4hsfng2yrjp "
9
9
}
You can’t perform that action at this time.
0 commit comments