mirror of
https://github.com/status-im/status-react.git
synced 2025-02-05 07:35:00 +00:00
fix: missing author info in reply messages (#19563)
This commit is contained in:
parent
44732e9736
commit
db501b5efd
@ -51,7 +51,7 @@
|
|||||||
[rn/view {:padding-top 4 :width 32}]))
|
[rn/view {:padding-top 4 :width 32}]))
|
||||||
|
|
||||||
(defn author
|
(defn author
|
||||||
[{:keys [response-to
|
[{:keys [content
|
||||||
compressed-key
|
compressed-key
|
||||||
last-in-group?
|
last-in-group?
|
||||||
pinned-by
|
pinned-by
|
||||||
@ -61,7 +61,7 @@
|
|||||||
show-reactions?
|
show-reactions?
|
||||||
in-reaction-and-action-menu?
|
in-reaction-and-action-menu?
|
||||||
show-user-info?]
|
show-user-info?]
|
||||||
(when (or (and (seq response-to) quoted-message)
|
(when (or (and (seq (:response-to content)) quoted-message)
|
||||||
last-in-group?
|
last-in-group?
|
||||||
pinned-by
|
pinned-by
|
||||||
show-user-info?
|
show-user-info?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user