I was passing include_favicons=false in my program, but he API responded by sending the favicons.
I thought it was a glich with my program, but doing the same request from the browser also results the same - the favicons get set as part of each feed.
Is this a bug?
1 Like
I just released a fix for this last night. It’s quite possible I broke something.
I’ll look into this later this evening. Sorry about it!
1 Like
This doesn’t seem completely fixed yet.
All of the following should *not* include favicons:
http://www.newsblur.com/reader/feeds?..
http://www.newsblur.com/reader/feeds?..
http://www.newsblur.com/reader/feeds?..
But the last one does.
Thanks for the responsiveness, though!
Woah, great catch. Yup, flat feeds are branched in the code, so I missed adding the include_favicons=false to that call. Thanks! Deployed.