Fixed cheers not showing up in chat Fixes #1031
This commit is contained in:
@@ -92,6 +92,12 @@ public:
|
||||
boost::optional<EmotePtr> twitchBadge(const QString &set,
|
||||
const QString &version) const;
|
||||
|
||||
// Cheers
|
||||
boost::optional<
|
||||
std::tuple<boost::optional<EmotePtr>, boost::optional<EmotePtr>,
|
||||
boost::optional<QColor>>>
|
||||
cheerEmote(const QString &string);
|
||||
|
||||
// Signals
|
||||
pajlada::Signals::NoArgSignal roomIdChanged;
|
||||
pajlada::Signals::NoArgSignal userStateChanged;
|
||||
|
||||
Reference in New Issue
Block a user