We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
fetchFollowingTimeline function also has the same issue
fetchFollowingTimeline
Sorry, something went wrong.
tested, the count parameter seems to be ignored on the server side.
No branches or pull requests
elizaOS/eliza#1813 (comment)
Steps to Reproduce:
Open the Twitter client code.
Add the following code:
Observe that the homeTimeline.length is not equal to 2 as expected.
The text was updated successfully, but these errors were encountered: