mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Create dialog rows only with known folders.
This commit is contained in:
@@ -1435,7 +1435,9 @@ void Session::addSavedPeersAfter(const QDateTime &date) {
|
||||
saved.remove(lastDate, lastPeer);
|
||||
|
||||
const auto history = session().data().history(lastPeer);
|
||||
history->setChatListTimeId(ServerTimeFromParsed(lastDate));
|
||||
if (!history->chatListTimeId()) {
|
||||
history->setChatListTimeId(ServerTimeFromParsed(lastDate));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user