| author | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-12-16 20:37:41 UTC |
| committer | Stephen Paul Weber
<singpolyma@singpolyma.net> 2025-12-16 20:37:41 UTC |
| parent | 5aad4640c496d278564c63333240d1c77783af1d |
| borogove/ChatMessage.hx | +1 | -0 |
diff --git a/borogove/ChatMessage.hx b/borogove/ChatMessage.hx index 7219581..8de1dee 100644 --- a/borogove/ChatMessage.hx +++ b/borogove/ChatMessage.hx @@ -503,6 +503,7 @@ class ChatMessage { } } } + if (quoteText != "") quoteText += "\n"; final reaction = EmojiUtil.isEmoji(StringTools.trim(body)) ? StringTools.trim(body) : null; body = quoteText + body; if (replyId != null) {