QuinnDamerell / Baconit

A beatiful, powerful, reddit client for Windows 10.
https://www.reddit.com/r/BaconitDev/
GNU General Public License v2.0
242 stars 81 forks source link

Fetching saved items breaks when there are comments #87

Closed mconnew closed 2 years ago

mconnew commented 7 years ago

Requesting /user/username/saved/.json returns links and comments. Any comments are causing PostCollector to throw a NullReferenceException and prevents any saved posts from showing.
Adding ?type=links to the url means only posts are returned and makes everyone happy!

mconnew commented 7 years ago

This might fix #15 depending on what the intended final solution is. This might only be a stop gap to prevent the crash if the intention is to display comments in the saved list.