diff --git a/Telegram/SourceFiles/core/changelogs.cpp b/Telegram/SourceFiles/core/changelogs.cpp index 4609f172f..5c27cef9c 100644 --- a/Telegram/SourceFiles/core/changelogs.cpp +++ b/Telegram/SourceFiles/core/changelogs.cpp @@ -111,6 +111,9 @@ std::unique_ptr Changelogs::Create( void Changelogs::addKotatoLogs() { _chatsSubscription.destroy(); + if (_addedSomeLocal) { + return; + } auto baseLang = Lang::GetInstance().baseId(); auto currentLang = Lang::Id(); QString channelLink;