SundeepK / TwitterFilttr

An open source twitter client that allows users to filter tweets on certain keywords or hashtags and receive notifications
2 stars 0 forks source link

user_.getCurrentUserCount() in getFriendsIdsToQuery method in AUserRetriever is producing inaccurate results. #3

Open SundeepK opened 10 years ago

SundeepK commented 10 years ago

When user_.getCurrentUserCount() is invoked, in AUserRetriever, it returns an incorrect count. This maybe becuase the current logged in user is being added to its internal count for some reason. This causes the count to be increaed by +1.