2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-09-03 08:05:12 +00:00

Fix fake unread status reset on account change.

This commit is contained in:
John Preston
2021-07-05 19:47:49 +03:00
parent d91c21fb26
commit 6981ae605a

View File

@@ -1296,6 +1296,8 @@ void SessionController::openDocument(
session().data().message(contextId));
}
SessionController::~SessionController() = default;
SessionController::~SessionController() {
resetFakeUnreadWhileOpened();
}
} // namespace Window