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:
parent
bc97948be7
commit
c7fe34c077
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user