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:
frank 2023-10-26 14:44:06 +08:00 committed by GitHub
parent fe2272b703
commit ab2ad0ec12
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -59,9 +59,9 @@
(defn- outgoing-contact-request-view
[{:keys [notification set-swipeable-height customization-color]}]
(let [{:keys [chat-id message last-message]} notification
{:keys [contact-request-state] :as message} (or message last-message)]
(if (= contact-request-state constants/contact-request-message-state-accepted)
(let [{:keys [chat-id message last-message accepted]} notification
{:keys [contact-request-state] :as message} (or message last-message)]
(if accepted
[quo/activity-log
{:title (i18n/label :t/contact-request-was-accepted)
:customization-color customization-color

View File

@ -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"
}