diff --git a/src/widget/form/genericchatform.cpp b/src/widget/form/genericchatform.cpp index aa5b2b8dc..77fd6171a 100644 --- a/src/widget/form/genericchatform.cpp +++ b/src/widget/form/genericchatform.cpp @@ -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; }