Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The count parameter in fetchHomeTimeline does not work. #43

Open
tcm390 opened this issue Jan 4, 2025 · 2 comments
Open

The count parameter in fetchHomeTimeline does not work. #43

tcm390 opened this issue Jan 4, 2025 · 2 comments

Comments

@tcm390
Copy link
Collaborator

tcm390 commented Jan 4, 2025

elizaOS/eliza#1813 (comment)

Steps to Reproduce:

Open the Twitter client code.

Add the following code:

const homeTimeline = await this.twitterClient.fetchHomeTimeline(2, []);
console.log(homeTimeline.length);

Observe that the homeTimeline.length is not equal to 2 as expected.

@tcm390
Copy link
Collaborator Author

tcm390 commented Jan 6, 2025

fetchFollowingTimeline function also has the same issue

@tcm390
Copy link
Collaborator Author

tcm390 commented Jan 6, 2025

tested, the count parameter seems to be ignored on the server side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant