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,8 +211,7 @@ ChatMessage::Ptr GenericChatForm::addMessage(const ToxID& author, const QString
|
|||
if(isSent)
|
||||
msg->markAsSent(datetime);
|
||||
|
||||
if(!isAction)
|
||||
previousId = author;
|
||||
previousId = author;
|
||||
|
||||
return msg;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user