1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00
This commit is contained in:
Tux3 / Mlkj / !Lev.uXFMLA 2014-11-16 20:18:00 +01:00
parent 8bc4bbdce0
commit 366f98f264
No known key found for this signature in database
GPG Key ID: 7E086DD661263264

View File

@ -336,7 +336,7 @@ MessageActionPtr GenericChatForm::genMessageActionAction(const QString &author,
if (isAction)
{
previousId = ToxID(); // next msg has a name regardless
return MessageActionPtr(new ActionAction (getElidedName(author), message, date, isMe));
return MessageActionPtr(new ActionAction (author, message, date, isMe));
}
MessageActionPtr res;