Stop moderation elements from appearing on other moderators messages
Fix #496
This commit is contained in:
@@ -187,6 +187,11 @@ bool Channel::isMod() const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Channel::isBroadcaster() const
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
std::shared_ptr<Channel> Channel::getEmpty()
|
||||
{
|
||||
static std::shared_ptr<Channel> channel(new Channel("", None));
|
||||
|
||||
Reference in New Issue
Block a user