Fix repeating changelogs

This commit is contained in:
Eric Kotato 2021-01-21 03:49:49 +03:00
parent 468eb91c0e
commit 581dc65497

View file

@ -111,6 +111,9 @@ std::unique_ptr<Changelogs> Changelogs::Create(
void Changelogs::addKotatoLogs() {
_chatsSubscription.destroy();
if (_addedSomeLocal) {
return;
}
auto baseLang = Lang::GetInstance().baseId();
auto currentLang = Lang::Id();
QString channelLink;