1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

history: fixed regression

This commit is contained in:
krepa098 2015-01-05 14:05:01 +01:00
parent 960ebecc4e
commit 5399b40874

View File

@ -729,7 +729,7 @@ void ChatForm::loadHistory(QDateTime since, bool processUndelivered)
authorId.isMine(),
QDateTime());
if(prevId == authorId)
if(!isAction && prevId == authorId)
msg->hideSender();
prevId = authorId;