Don't sync AC notifications, only decisions/state (#17600)
* fix outgoing contact request state not show correctly * update status-go-version.json
This commit is contained in:
parent
fe2272b703
commit
ab2ad0ec12
|
@ -59,9 +59,9 @@
|
|||
|
||||
(defn- outgoing-contact-request-view
|
||||
[{:keys [notification set-swipeable-height customization-color]}]
|
||||
(let [{:keys [chat-id message last-message]} notification
|
||||
(let [{:keys [chat-id message last-message accepted]} notification
|
||||
{:keys [contact-request-state] :as message} (or message last-message)]
|
||||
(if (= contact-request-state constants/contact-request-message-state-accepted)
|
||||
(if accepted
|
||||
[quo/activity-log
|
||||
{:title (i18n/label :t/contact-request-was-accepted)
|
||||
:customization-color customization-color
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||
"owner": "status-im",
|
||||
"repo": "status-go",
|
||||
"version": "v0.171.6",
|
||||
"commit-sha1": "27b770c41bd2896ebc30b01985eeea1fbe642fba",
|
||||
"src-sha256": "1zbw5m3n9piwnkk63kw938m5pajsmm3z14sj9ia0dasa3kigc91d"
|
||||
"version": "v0.171.7",
|
||||
"commit-sha1": "74396b461df0c18593262a67c9fd79d706287f7a",
|
||||
"src-sha256": "1d46lav3g6m1f6ifpypjlsp2qm82c6yk4478awb8f68azpdkvcg5"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue