fix: don't use same websocket connection for multiple accounts (#6348)
This commit is contained in:
@@ -342,6 +342,9 @@ void TwitchAccountManager::load()
|
||||
|
||||
this->currentUsername.connect([this](const QString &newUsername) {
|
||||
auto user = this->findUserByUsername(newUsername);
|
||||
|
||||
this->currentUserAboutToChange.invoke(this->currentUser_, user);
|
||||
|
||||
if (user)
|
||||
{
|
||||
qCDebug(chatterinoTwitch)
|
||||
|
||||
Reference in New Issue
Block a user