mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Fix tg://settings/devices link.
This commit is contained in:
@@ -658,6 +658,7 @@ void SetupSessionsList(
|
||||
) | rpl::start_with_next([=] {
|
||||
controller->session().api().authorizations().reload();
|
||||
}, container->lifetime());
|
||||
|
||||
auto count = controller->session().api().authorizations().totalChanges(
|
||||
) | rpl::map([](int count) {
|
||||
return count ? QString::number(count) : QString();
|
||||
|
Reference in New Issue
Block a user