Fix chat row update when message is sent.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user