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

history: require markAsSent

This commit is contained in:
krepa098 2015-01-05 10:02:41 +01:00
parent bc97948be7
commit c7fe34c077

View File

@ -727,7 +727,7 @@ void ChatForm::loadHistory(QDateTime since, bool processUndelivered)
isAction ? it.message.right(it.message.length() - 4) : it.message,
isAction, false,
authorId.isMine(),
QDateTime::currentDateTime());
QDateTime());
if(prevId == authorId)
msg->hideSender();