diff --git a/src/widget/widget.cpp b/src/widget/widget.cpp index 134902921..000d363ab 100644 --- a/src/widget/widget.cpp +++ b/src/widget/widget.cpp @@ -1212,7 +1212,7 @@ void Widget::onFriendMessageReceived(int friendId, const QString& message, bool QString name = f->getDisplayedName(); QString text = message; if (isAction) { - text = ChatForm::ACTION_PREFIX + f->getDisplayedName() + " " + text; + text = ChatForm::ACTION_PREFIX + text; } profile->getHistory()->addNewMessage(publicKey, text, publicKey, timestamp, true, name); }