From 1f826b63bbfc90e88537a5f9251040c9807497c2 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Wed, 25 May 2016 21:35:21 -0400 Subject: Now properly replies to replies to non-followed users --- snitch.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'snitch.cpp') diff --git a/snitch.cpp b/snitch.cpp index ce4109d..b1f01a3 100644 --- a/snitch.cpp +++ b/snitch.cpp @@ -26,6 +26,7 @@ int main(int argc, char** argv) twitter::client client(auth); std::set streamed_friends; + client.setUserStreamReceiveAllReplies(true); client.setUserStreamNotifyCallback([&] (twitter::notification n) { if (n.getType() == twitter::notification::type::friends) { -- cgit 1.4.1