Skip to content

Commit

Permalink
Fixed compilation regression
Browse files Browse the repository at this point in the history
  • Loading branch information
Ri0n committed Jun 18, 2024
1 parent a342b4f commit 01ffa1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chatview_webkit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ bool ChatView::handleCopyEvent(QObject *object, QEvent *event, ChatEdit *chatEdi
// input point of all messages
void ChatView::dispatchMessage(const MessageView &mv)
{
QString replaceId = mv.targetId();
QString replaceId = mv.replaceId();
if (replaceId.isEmpty() && (mv.type() == MessageView::Message || mv.type() == MessageView::Subject)
&& updateLastMsgTime(mv.dateTime())) {
QVariantMap m;
Expand Down

0 comments on commit 01ffa1a

Please sign in to comment.