Change summary
src/main/java/eu/siacs/conversations/entities/Message.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -476,7 +476,7 @@ public class Message extends AbstractEntity implements AvatarService.Avatarable
clearReplyReact();
if (body == null) body = new SpannableStringBuilder(getBody(true));
- setBody(QuoteHelper.quote(MessageUtils.prepareQuote(replyTo)) + "\n");
+ setBody(QuoteHelper.quote(MessageUtils.prepareQuote(replyTo)) + "\n\n");
final String replyId = replyTo.replyId();
if (replyId == null) return;