Fix chat row update when message is sent.

This commit is contained in:
John Preston
2025-12-22 11:52:07 +04:00
parent bcfa106959
commit 00d7eeb742

View File

@@ -2577,6 +2577,7 @@ void HistoryItem::setRealId(MsgId newId) {
_history->owner().notifyItemDataChange(this);
_history->owner().groups().refreshMessage(this);
_history->owner().requestItemResize(this);
_history->owner().requestItemRepaint(this);
if (Has<HistoryMessageReply>()) {
incrementReplyToTopCounter();