mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Fix media expiration from another client.
This commit is contained in:
@@ -1213,8 +1213,8 @@ void Updates::applyUpdateNoPtsCheck(const MTPUpdate &update) {
|
|||||||
if (user && !requestingDifference()) {
|
if (user && !requestingDifference()) {
|
||||||
user->madeAction(base::unixtime::now());
|
user->madeAction(base::unixtime::now());
|
||||||
}
|
}
|
||||||
ClearMediaAsExpired(item);
|
|
||||||
}
|
}
|
||||||
|
ClearMediaAsExpired(item);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
// Perhaps it was an unread mention!
|
// Perhaps it was an unread mention!
|
||||||
|
Reference in New Issue
Block a user