[#12717] No preview for transaction messages in 1-1 chat

Signed-off-by: andrey <motor4ik@gmail.com>
This commit is contained in:
andrey 2021-10-20 10:52:15 +02:00
parent add5102bbf
commit 7a7b365a00
No known key found for this signature in database
GPG Key ID: 89B67245FD2F0272
2 changed files with 6 additions and 4 deletions

View File

@ -76,7 +76,9 @@
(not (and content content-type))
[preview-label :t/no-messages]
(and (= constants/content-type-text content-type)
(and (or (= constants/content-type-text content-type)
(= constants/content-type-emoji content-type)
(= constants/content-type-command content-type))
(not (string/blank? (:text content))))
(if (string/blank? (:parsed-text content))
[react/text-class {:style styles/last-message-text

View File

@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v0.89.11",
"commit-sha1": "23308d7e8c4b7f5c85bffe870ba92010a3784dcb",
"src-sha256": "0zlbzys7g1v3sr67l7fq85mhsk58gkplx8ci7lr5imk9cbciarlx"
"version": "v0.89.12",
"commit-sha1": "c7e758eeabfe74768a33087316e34522c3f77032",
"src-sha256": "1fwn99qpxi59y1rim98i7xfyjnnpf9nkx3lrhnixkgnran2mhv8g"
}