mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Forgot to add some small stuff
This commit is contained in:
parent
7067b0503d
commit
7aa798f924
1 changed files with 9 additions and 0 deletions
|
@ -414,6 +414,15 @@ AccessGuard<const TwitchAccount::TwitchAccountEmoteData>
|
||||||
}
|
}
|
||||||
|
|
||||||
// AutoModActions
|
// AutoModActions
|
||||||
|
void TwitchAccount::autoModAllow(const QString msgID,
|
||||||
|
std::function<void()> successCallback)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
|
void TwitchAccount::autoModDeny(const QString msgID,
|
||||||
|
std::function<void()> successCallback)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
void TwitchAccount::parseEmotes(const rapidjson::Document &root)
|
void TwitchAccount::parseEmotes(const rapidjson::Document &root)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue