From 204181c5654cee745b6b1ba98675609e784f0ee1 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 5 Aug 2018 13:21:23 -0400 Subject: Added ability to hydrate tweets --- src/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/client.h') diff --git a/src/client.h b/src/client.h index 5e2ab1c..6eb8181 100644 --- a/src/client.h +++ b/src/client.h @@ -55,6 +55,8 @@ namespace twitter { return mentionsTimeline_; } + std::list hydrateTweets(std::set ids) const; + private: const auth& auth_; -- cgit 1.4.1