You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seriously reddit's api is annoying me to the point i just am on the verge of quitting.
Is there a good way to get only Comment List instead of getting mixed up with MoreComment? Or a stream which i can use to only get Comment. I need to use it with a ListView
The text was updated successfully, but these errors were encountered:
What about expanding all MoreComments to Comment?
I have tried using replaceMore() but does it append to Post.submission.comments?. It seems i keep getting a assert exception on comment_forest.dart:40
I wonder if it will be a better idea to create a Stream? Something which will maybe provide like 10 Comments each request, meaning it will also expand MoreComments into Comments if need be.
Seriously reddit's api is annoying me to the point i just am on the verge of quitting.
Is there a good way to get only
Comment
List instead of getting mixed up withMoreComment
? Or a stream which i can use to only getComment
. I need to use it with aListView
The text was updated successfully, but these errors were encountered: