From c2c3b67f6b6682a7c367b2c2262833ee290d7aa6 Mon Sep 17 00:00:00 2001 From: Rasmus Karlsson Date: Sun, 13 May 2018 17:53:24 +0200 Subject: [PATCH] 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 --- src/providers/twitch/twitchaccount.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/twitch/twitchaccount.cpp b/src/providers/twitch/twitchaccount.cpp index 1b6032c71..c089a7c22 100644 --- a/src/providers/twitch/twitchaccount.cpp +++ b/src/providers/twitch/twitchaccount.cpp @@ -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 onFinished)