mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix media expiration from another client.
This commit is contained in:
parent
f6a95df550
commit
b4ab20bbe9
1 changed files with 1 additions and 1 deletions
|
@ -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!
|
||||||
|
|
Loading…
Add table
Reference in a new issue