mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix fake unread status reset on account change.
This commit is contained in:
parent
d91c21fb26
commit
6981ae605a
1 changed files with 3 additions and 1 deletions
|
@ -1296,6 +1296,8 @@ void SessionController::openDocument(
|
||||||
session().data().message(contextId));
|
session().data().message(contextId));
|
||||||
}
|
}
|
||||||
|
|
||||||
SessionController::~SessionController() = default;
|
SessionController::~SessionController() {
|
||||||
|
resetFakeUnreadWhileOpened();
|
||||||
|
}
|
||||||
|
|
||||||
} // namespace Window
|
} // namespace Window
|
||||||
|
|
Loading…
Add table
Reference in a new issue