mirror of
https://github.com/status-im/status-react.git
synced 2025-02-04 07:06:18 +00:00
parent
713cf8bf79
commit
bf8b31d22d
@ -88,7 +88,9 @@
|
|||||||
:dont-show (i18n/label :t/Pinned-a-message)
|
:dont-show (i18n/label :t/Pinned-a-message)
|
||||||
(i18n/label :t/Pinned-a-message))
|
(i18n/label :t/Pinned-a-message))
|
||||||
|
|
||||||
constants/content-type-contact-request
|
(constants/content-type-contact-request
|
||||||
|
constants/content-type-system-message-mutual-event-removed
|
||||||
|
constants/content-type-system-message-mutual-event-accepted)
|
||||||
(i18n/label :t/contact-request)
|
(i18n/label :t/contact-request)
|
||||||
|
|
||||||
constants/content-type-sticker
|
constants/content-type-sticker
|
||||||
|
@ -254,9 +254,7 @@
|
|||||||
(defn render-fn
|
(defn render-fn
|
||||||
[{:keys [type value content-type] :as message-data} _ _
|
[{:keys [type value content-type] :as message-data} _ _
|
||||||
{:keys [context keyboard-shown?]}]
|
{:keys [context keyboard-shown?]}]
|
||||||
;;TODO temporary hide mutual-state-updates https://github.com/status-im/status-mobile/issues/16254
|
(when (not= content-type constants/content-type-contact-request)
|
||||||
(when-not (#{constants/content-type-contact-request}
|
|
||||||
content-type)
|
|
||||||
[rn/view
|
[rn/view
|
||||||
(add-inverted-y-android {:background-color (colors/theme-colors colors/white colors/neutral-95)})
|
(add-inverted-y-android {:background-color (colors/theme-colors colors/white colors/neutral-95)})
|
||||||
(cond
|
(cond
|
||||||
|
@ -66,7 +66,10 @@
|
|||||||
:data {:avatar (community-avatar community)
|
:data {:avatar (community-avatar community)
|
||||||
:community-name (:name community)}})
|
:community-name (:name community)}})
|
||||||
|
|
||||||
(= content-type constants/content-type-contact-request)
|
(#{constants/content-type-contact-request
|
||||||
|
constants/content-type-system-message-mutual-event-removed
|
||||||
|
constants/content-type-system-message-mutual-event-accepted}
|
||||||
|
content-type)
|
||||||
{:content-type constants/content-type-contact-request}))
|
{:content-type constants/content-type-contact-request}))
|
||||||
|
|
||||||
{:new-notifications? (pos? (:unviewed-messages-count chat))
|
{:new-notifications? (pos? (:unviewed-messages-count chat))
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
|
||||||
"owner": "status-im",
|
"owner": "status-im",
|
||||||
"repo": "status-go",
|
"repo": "status-go",
|
||||||
"version": "v0.163.6",
|
"version": "v0.163.7",
|
||||||
"commit-sha1": "52fb1cd60589691f3fae61c84720eacd2b02ae6e",
|
"commit-sha1": "1ca165c5863f1000b2604f4b6c47bcadb2c7db0e",
|
||||||
"src-sha256": "0si6dy45cjgrdaj9zgw2f6k1slhnl734g0xr6q31yabigp3qq9ng"
|
"src-sha256": "018x6qsknnamblvv4afy8ndr8ck2aiz2nna7ir8q53kl2d9lsk7j"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user