mirror of
https://github.com/nuclearfog/Shitter.git
synced 2025-01-16 03:20:37 +01:00
small bug fix
This commit is contained in:
parent
ca94bb60c5
commit
d294f1d4c5
@ -167,7 +167,7 @@ public class TwitterEngine {
|
||||
* @throws TwitterException if access is unavailable
|
||||
*/
|
||||
public List<Tweet> getMention(int page, long id) throws TwitterException {
|
||||
List<Status> mentions = twitter.getMentionsTimeline(new Paging(page,/*load*/5, id));
|
||||
List<Status> mentions = twitter.getMentionsTimeline(new Paging(page, load, id));
|
||||
return convertStatusList(mentions);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user