Pubsub messages now go into the correct channel
This commit is contained in:
@@ -268,7 +268,8 @@ std::shared_ptr<Channel> TwitchServer::getChannelOrEmptyByID(
|
|||||||
if (!twitchChannel)
|
if (!twitchChannel)
|
||||||
continue;
|
continue;
|
||||||
|
|
||||||
if (twitchChannel->roomId() == channelId)
|
if (twitchChannel->roomId() == channelId &&
|
||||||
|
twitchChannel->getName().split(":").size() < 3)
|
||||||
{
|
{
|
||||||
return twitchChannel;
|
return twitchChannel;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user