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 25
25
:has-added-us? (oops/oget js-contact " hasAddedUs" )
26
26
:mutual? (oops/oget js-contact " mutual" )
27
27
:emoji-hash (oops/oget js-contact " emojiHash" )
28
- :bio (oops/oget js-contact " bio" )})
28
+ :bio (oops/oget js-contact " bio" )
29
+ :customization-color (-> js-contact
30
+ (oops/oget " customizationColor" )
31
+ keyword)})
29
32
30
33
(defn prepare-events-for-contact
31
34
[db chats-js]
Original file line number Diff line number Diff line change 12
12
[{:keys [db]}]
13
13
(let [{:keys [name preferred-name display-name]} (:profile/profile db)]
14
14
{:json-rpc/call [{:method " wakuext_sendContactUpdates"
15
- :params [(or preferred-name display-name name) " " ]
15
+ :params [(or preferred-name display-name name) " " " " ]
16
16
:on-success #(log/debug " sent contact update" )}]}))
17
17
18
18
(rf/defn profile-update
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.9 " ,
7
- "commit-sha1" : " a3ad05db58b8af20bf6b7ab852f8603212abac4e " ,
8
- "src-sha256" : " 10c05kgihczbams3i8fkfm1mh5m61bnsjh255c22m4awc073rg12 "
6
+ "version" : " feat/contact-customization-color " ,
7
+ "commit-sha1" : " 2d9e036f02bc36da91622e72e094e4234e683534 " ,
8
+ "src-sha256" : " 0y7nnn5byp6wj6pli07q0dgc98ympd2y1lhj1nqzr34mdc3zvj6x "
9
9
}
You can’t perform that action at this time.
0 commit comments