mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Show bar waves from any member-s level.
This commit is contained in:
@@ -108,8 +108,8 @@ auto GenerateCodes() {
|
||||
if (const auto strong = weak.get()) {
|
||||
loadFor(strong);
|
||||
} else {
|
||||
for (const auto &[index, account] : Core::App().domain().accounts()) {
|
||||
loadFor(account.get());
|
||||
for (const auto &pair : Core::App().domain().accounts()) {
|
||||
loadFor(pair.account.get());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user