mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
change previousId on action
This commit is contained in:
parent
4f01f5ec0e
commit
f7be91c6d0
|
@ -211,7 +211,6 @@ ChatMessage::Ptr GenericChatForm::addMessage(const ToxID& author, const QString
|
||||||
if(isSent)
|
if(isSent)
|
||||||
msg->markAsSent(datetime);
|
msg->markAsSent(datetime);
|
||||||
|
|
||||||
if(!isAction)
|
|
||||||
previousId = author;
|
previousId = author;
|
||||||
|
|
||||||
return msg;
|
return msg;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user