redouane59 / twittered

Twitter API client for Java developers
Apache License 2.0
236 stars 64 forks source link

Null `Includes` object in `TweetList` #299

Closed rakeeb11 closed 2 years ago

rakeeb11 commented 2 years ago

Currently using: v2.7

getTweetsRecursively on TwitterClient is missing a call to set includes for the result. This missed call results in TweetList having a null Includes object.

rakeeb11 commented 2 years ago

closing issue, since I saw this issue is getting fixed on v2.9

redouane59 commented 2 years ago

Yes will be released soon :)

rakeeb11 commented 2 years ago

@redouane59 curious when you'd be releasing. Can you provide instructions on using the SNAPSHOT version with gradle projects. Thank you :)