Fix repeating changelogs
This commit is contained in:
parent
468eb91c0e
commit
581dc65497
1 changed files with 3 additions and 0 deletions
|
|
@ -111,6 +111,9 @@ std::unique_ptr<Changelogs> Changelogs::Create(
|
||||||
void Changelogs::addKotatoLogs() {
|
void Changelogs::addKotatoLogs() {
|
||||||
_chatsSubscription.destroy();
|
_chatsSubscription.destroy();
|
||||||
|
|
||||||
|
if (_addedSomeLocal) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
auto baseLang = Lang::GetInstance().baseId();
|
auto baseLang = Lang::GetInstance().baseId();
|
||||||
auto currentLang = Lang::Id();
|
auto currentLang = Lang::Id();
|
||||||
QString channelLink;
|
QString channelLink;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue