diff --git a/src/status_im/ui/screens/home/views/inner_item.cljs b/src/status_im/ui/screens/home/views/inner_item.cljs index 1fd0954dc5..9d27e808ae 100644 --- a/src/status_im/ui/screens/home/views/inner_item.cljs +++ b/src/status_im/ui/screens/home/views/inner_item.cljs @@ -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 diff --git a/status-go-version.json b/status-go-version.json index 7ccb2d14ca..0695228881 100644 --- a/status-go-version.json +++ b/status-go-version.json @@ -3,7 +3,7 @@ "_comment": "Instead use: scripts/update-status-go.sh ", "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" }