mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-09-05 09:05:14 +00:00
Improve update handling for legacy chats.
This commit is contained in:
@@ -157,7 +157,7 @@ void Changelogs::addLocalLog(const QString &text) {
|
||||
};
|
||||
|
||||
void Changelogs::addBetaLogs() {
|
||||
for (const auto[version, changes] : BetaLogs()) {
|
||||
for (const auto [version, changes] : BetaLogs()) {
|
||||
addBetaLog(version, changes);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user