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}]))
|
||||
|
||||
(defn author
|
||||
[{:keys [response-to
|
||||
[{:keys [content
|
||||
compressed-key
|
||||
last-in-group?
|
||||
pinned-by
|
||||
|
@ -61,7 +61,7 @@
|
|||
show-reactions?
|
||||
in-reaction-and-action-menu?
|
||||
show-user-info?]
|
||||
(when (or (and (seq response-to) quoted-message)
|
||||
(when (or (and (seq (:response-to content)) quoted-message)
|
||||
last-in-group?
|
||||
pinned-by
|
||||
show-user-info?
|
||||
|
|
Loading…
Reference in New Issue