2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-30 22:25:12 +00:00

Fix media expiration from another client.

This commit is contained in:
John Preston
2024-01-18 12:23:47 +04:00
parent f6a95df550
commit b4ab20bbe9

View File

@@ -1213,8 +1213,8 @@ void Updates::applyUpdateNoPtsCheck(const MTPUpdate &update) {
if (user && !requestingDifference()) {
user->madeAction(base::unixtime::now());
}
ClearMediaAsExpired(item);
}
ClearMediaAsExpired(item);
}
} else {
// Perhaps it was an unread mention!