fix: missing author info in reply messages (#19563)

This commit is contained in:
codemaster 2024-04-17 15:53:23 -07:00 committed by GitHub
parent 44732e9736
commit db501b5efd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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?