fix: don't include blocked users in join/part messages (#6181)
This commit is contained in:
@@ -469,7 +469,7 @@ public:
|
||||
|
||||
this->mockApplication->getAccounts()
|
||||
->twitch.getCurrent()
|
||||
->blockUserLocally(u"12345"_s);
|
||||
->blockUserLocally(u"12345"_s, u"blocked"_s);
|
||||
|
||||
auto makeBadge = [](QStringView platform) {
|
||||
return std::make_shared<Emote>(Emote{
|
||||
|
||||
Reference in New Issue
Block a user