mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-01 15:15:13 +00:00
fixed bug in history size count, 0.9.5
This commit is contained in:
@@ -4169,7 +4169,7 @@ void MainWidget::feedUpdates(const MTPUpdates &updates, uint64 randomId) {
|
||||
}
|
||||
}
|
||||
|
||||
item->updateMedia(d.has_media() ? (&d.vmedia) : 0);
|
||||
item->updateMedia(d.has_media() ? (&d.vmedia) : 0, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user