fixed message collapsing (#785)
This commit is contained in:
@@ -93,7 +93,7 @@ MessagePtr TwitchMessageBuilder::build()
|
|||||||
this->senderIsBroadcaster = true;
|
this->senderIsBroadcaster = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
this->message().flags.has(MessageFlag::Collapsed);
|
this->message().flags.set(MessageFlag::Collapsed);
|
||||||
|
|
||||||
// PARSING
|
// PARSING
|
||||||
this->parseMessageID();
|
this->parseMessageID();
|
||||||
|
|||||||
Reference in New Issue
Block a user