2
0
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:
John Preston
2019-01-13 12:03:34 +04:00
parent 215856adc3
commit 67d12fa6d2
28 changed files with 650 additions and 797 deletions

View File

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