diff --git a/src/twister_rss.cpp b/src/twister_rss.cpp index aeb17cd7..a8bf6295 100644 --- a/src/twister_rss.cpp +++ b/src/twister_rss.cpp @@ -24,6 +24,7 @@ int generateRSS(string uri, string *output) int max = 20; //default value string account = parameterMap["account"]; string strMax = parameterMap["max"]; + string author = parameterMap["author"]; if(strMax!="") { try @@ -66,11 +67,23 @@ int generateRSS(string uri, string *output) params1.push_back(account); Array followingArray = getfollowing(params1,false).get_array(); Array postSources; - for(int i=0;i