summary refs log tree commit diff
path: root/src/timeline/InputBar.cpp
diff options
context:
space:
mode:
authorDeepBlueV7.X <nicolas.werner@hotmail.de>2021-06-30 20:22:06 +0000
committerGitHub <noreply@github.com>2021-06-30 20:22:06 +0000
commit25461b20eb735316eaff5ce01b2a40812d025022 (patch)
tree7548d4ef8d4b1c4573a128aa4c429b3aba65ac57 /src/timeline/InputBar.cpp
parentFix tags going missing if you join communities (diff)
parentInstall libevent dev dependency for appimage (diff)
downloadnheko-25461b20eb735316eaff5ce01b2a40812d025022.tar.xz
Merge pull request #626 from Nheko-Reborn/curl
Use coeurl for networking
Diffstat (limited to 'src/timeline/InputBar.cpp')
-rw-r--r--src/timeline/InputBar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timeline/InputBar.cpp b/src/timeline/InputBar.cpp

index c309daab..b0747a7c 100644 --- a/src/timeline/InputBar.cpp +++ b/src/timeline/InputBar.cpp
@@ -296,7 +296,7 @@ InputBar::message(QString msg, MarkdownOverride useMarkdown, bool rainbowify) firstLine = false; body = QString("> <%1> %2\n").arg(related.quoted_user).arg(line); } else { - body = QString("%1\n> %2\n").arg(body).arg(line); + body += QString("> %1\n").arg(line); } }