masecla22 / Reddit4J

A library which aims to attain full coverage of the Reddit API
MIT License
48 stars 21 forks source link

Fix listings that were using the RedditThing id for the before and after methods, and instead use the fullname id #16

Closed FRKJ closed 1 year ago

FRKJ commented 1 year ago

Fix listings that were using the RedditThing id for the before(T) and after(T) methods, and instead use the fullname id. Issue was raised on the Discord by a user who was unable fetch the next page of Subreddit posts when using the after(T) method.