JeffreyCA / Apollo-ImprovedCustomApi

Use your own Reddit and Imgur API credentials in Apollo
358 stars 18 forks source link

Reddit images appear as links in some subreddits #36

Open mustafacakirogludev opened 2 months ago

mustafacakirogludev commented 2 months ago

I noticed in some subreddits(you can check r/anime_irl as an example) the reddit images appear as urls rather than just images like they do in other subreddits or the official reddit app for example. This makes scrolling through those subreddits a pain since you need to click each and every url to see the images rather than just scrolling. You can see an example screenshot from the apollo app and the official reddit app, Is this something fixable? Thanks!

image image

mustafacakirogludev commented 2 months ago

Update: I digged around a little bit and it looks like this is an issue predating the closure of apollo so I doubt we can fix it. Someone said they fixed it by messing with old.reddit feed preferences, hopefully I will find the correct setting.

A quick question before I close this issue, even though I closed nsfw posts from the website using old.reddit, I am still seeing nsfw posts in apollo app. This was definitely working before, any idea why it isn't anymore? Is a NSFW toggle inside apollo app something you can add?

JeffreyCA commented 1 month ago

For the first part, I think the setting you're looking for is:

Screenshot 2024-10-09 at 8 53 34 PM

For your second question, I think at some point the Reddit API used to filter out NSFW items from API responses if you had it disabled in your account preferences. At some point that changed and they're no longer filtered and it's up to the app to filter them out

mustafacakirogludev commented 1 month ago

At some point that changed and they're no longer filtered and it's up to the app to filter them out

I am assuming this is not something you can add? Sorry to take your time, I like using apollo and not being able to filter nsfw stuff can be problematic :) Please feel free to close the issue after you respond, thanks again.