Skip to content

Commit

Permalink
fix: ensure chat system-messages for group chat will wrap based on co…
Browse files Browse the repository at this point in the history
…ntainer layout
  • Loading branch information
seanstrom committed Jan 22, 2025
1 parent 4ec6ae0 commit cf2994f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,9 @@
[content]
(reduce (fn [acc e]
(conj acc (resolve-group-system-message e)))
[quo/text]
[rn/view
{:style {:flex-direction :row
:flex-wrap :wrap}}]
(:parsed-text content)))

(defn group-system-message
Expand Down

0 comments on commit cf2994f

Please sign in to comment.