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 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 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.6 " ,
7
- "commit-sha1" : " 200d5f054096518848adabca82d56105af97086f " ,
8
- "src-sha256" : " 02c04j7dd29wd0sxbk97yfwq8gj3hwjvlrj07b188cqkq08p920f "
6
+ "version" : " feat/contact-customization-color " ,
7
+ "commit-sha1" : " 96bdb8a08abcf14d705c85f4814fc68e671e158b " ,
8
+ "src-sha256" : " 1bkssk2waapy6b2wf8d8grspmaaiw22dgjyg09mdb931snr3aaq8 "
9
9
}
You can’t perform that action at this time.
0 commit comments