Added support for Twitch's Chat Replies (#3722)
Co-authored-by: Rasmus Karlsson <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -278,6 +278,13 @@ bool Channel::canSendMessage() const
|
||||
return false;
|
||||
}
|
||||
|
||||
bool Channel::isWritable() const
|
||||
{
|
||||
using Type = Channel::Type;
|
||||
auto type = this->getType();
|
||||
return type != Type::TwitchMentions && type != Type::TwitchLive;
|
||||
}
|
||||
|
||||
void Channel::sendMessage(const QString &message)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user