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.177.0 " ,
7
- "commit-sha1" : " 894eb5758e8ff8f449312f92149f8698058d0fbb " ,
8
- "src-sha256" : " 1q0l7ndm6s4kai6zn86mka5fxk2hl60qhlhfy9wh9lrl6a62r15p "
6
+ "version" : " feat/contact-customization-color " ,
7
+ "commit-sha1" : " 2e295a788b83732f1f61795e4afe5a13d999b522 " ,
8
+ "src-sha256" : " 0j7v3ppn453glnzgln8cfxs3zqjgvnqx98b6cj90rljsjlc26v0q "
9
9
}
You can’t perform that action at this time.
0 commit comments