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
Taking a quick look through the code it seems that Redlib was only using the all_awardings section to parse this info. I'm not sure if there's another spot to try and get that information from.
I checked that the instance that this was reported on is running the latest git commit, or I can reproduce it locally on the latest git commit
The text was updated successfully, but these errors were encountered:
unfortunately doesn't appear that this info is exposed to the JSON api at all anymore :( this would rely on the big transition to the new GQL API. Got some stuff in the works w.r.t. this, hoping i'll be able to make progress on it soon
Describe the bug
Awards aren't showing up on posts or comments.
Steps to reproduce the bug
Head to https://www.reddit.com/r/assholedesign/comments/1h6vo27/thanks_reddit/ on Reddit and on your favorite Redlib instance.
See that the post and the top comment have awards on Reddit.
See that neither have awards on Redlib.
What's the expected behavior?
The awards appear on Redlib.
Additional context / screenshot
Taking a look at https://www.reddit.com/r/assholedesign/comments/1h6vo27/thanks_reddit.json it seems that Reddit isn't showing any info about the awards as we get these instead of anything useful:
Taking a quick look through the code it seems that Redlib was only using the
all_awardings
section to parse this info. I'm not sure if there's another spot to try and get that information from.The text was updated successfully, but these errors were encountered: