mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 22:46:10 +00:00
redrawHistoryItem moved to Ui, shared contact updates when is_contact changes
This commit is contained in:
@@ -2997,7 +2997,7 @@ void OverviewWidget::changingMsgId(HistoryItem *row, MsgId newId) {
|
||||
}
|
||||
}
|
||||
|
||||
void OverviewWidget::notify_redrawHistoryItem(const HistoryItem *msg) {
|
||||
void OverviewWidget::ui_redrawHistoryItem(const HistoryItem *msg) {
|
||||
if (peer() == msg->history()->peer || migratePeer() == msg->history()->peer) {
|
||||
_inner.redrawItem(msg);
|
||||
}
|
||||
|
Reference in New Issue
Block a user