fix: receive bttv live updates again (#6132)
This commit is contained in:
@@ -21,13 +21,13 @@ BttvLiveUpdates::~BttvLiveUpdates()
|
||||
}
|
||||
|
||||
void BttvLiveUpdates::joinChannel(const QString &channelID,
|
||||
const QString &userName)
|
||||
const QString &userID)
|
||||
{
|
||||
if (this->joinedChannels_.insert(channelID).second)
|
||||
{
|
||||
this->subscribe({BttvLiveUpdateSubscriptionChannel{channelID}});
|
||||
this->subscribe({BttvLiveUpdateBroadcastMe{.twitchID = channelID,
|
||||
.userName = userName}});
|
||||
.userID = userID}});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user