mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Added result code to ignore/unignore calls
Add ignore/unignore calls that take the user ID to avoid double api calls Fully implement the account popup ignore/unignore feature Fix #247
This commit is contained in:
parent
26262f4ce4
commit
c2c3b67f6b
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ void TwitchAccount::ignoreByID(const QString &targetUserID, const QString &targe
|
|||
});
|
||||
|
||||
req.execute();
|
||||
} // namespace twitch
|
||||
}
|
||||
|
||||
void TwitchAccount::unignore(const QString &targetName,
|
||||
std::function<void(UnignoreResult, const QString &message)> onFinished)
|
||||
|
|
Loading…
Reference in a new issue