1
0
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:
krepa098 2015-01-06 10:05:01 +01:00
parent 4f01f5ec0e
commit f7be91c6d0

View File

@ -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;
}