mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
@@ -67,7 +67,7 @@ void Controller::showAccount(not_null<Main::Account*> account) {
|
||||
for (auto &[index, account] : _account->domain().accounts()) {
|
||||
if (const auto anotherSession = account->maybeSession()) {
|
||||
if (anotherSession->uniqueId() == prevSessionUniqueId) {
|
||||
anotherSession->updates().updateOnline();
|
||||
anotherSession->updates().updateOnline(crl::now());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user