2
0
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:
John Preston
2020-12-09 13:08:36 +04:00
parent 468597f54d
commit e523687328
4 changed files with 22 additions and 13 deletions

View File

@@ -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());
}
}
}