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:
parent
960ebecc4e
commit
5399b40874
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user