fixed message collapsing (#785)

This commit is contained in:
flex3r 2018-10-09 18:31:38 +02:00 committed by fourtf
parent e9f0eaf82e
commit c65cdbe792

View file

@ -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();