While scrolling through my feed in the app, while most sensitive content is properly blurred, some posts will not be. All non-blurred posts will still have the "tap to reveal" text overlay.
Seems like the blur filter is applied at a later step than the media itself, scrolling with any sort of speed leads to delays in the blur. The delay can be anywhere from just a second, to much longer, which could lead to some less than desirable outcomes.
This could be a copy of https://github.com/mastodon/mastodon-ios/issues/961
But it was unclear to me if all their content was not being properly handled, or if its the same delay issue I'm experiencing. The lack of comment on that post in two months made me hesitant.
More than happy to move this to there if that's preferred.
Expected Behavior
All sensitive content should be blurred prior to media being displayed, so no 'leaks' occur.
Steps To Reproduce
In the app I searched for '#reddit'
Scroll with some speed due to all the sensitive content
Some media should (at least on my end) load before the blur has been applied.
Is there an existing issue for this?
Current Behavior
While scrolling through my feed in the app, while most sensitive content is properly blurred, some posts will not be. All non-blurred posts will still have the "tap to reveal" text overlay. Seems like the blur filter is applied at a later step than the media itself, scrolling with any sort of speed leads to delays in the blur. The delay can be anywhere from just a second, to much longer, which could lead to some less than desirable outcomes.
This could be a copy of https://github.com/mastodon/mastodon-ios/issues/961 But it was unclear to me if all their content was not being properly handled, or if its the same delay issue I'm experiencing. The lack of comment on that post in two months made me hesitant. More than happy to move this to there if that's preferred.
Expected Behavior
All sensitive content should be blurred prior to media being displayed, so no 'leaks' occur.
Steps To Reproduce
Environment
Anything else?
Not gonna post nsfw content here, but I could try a screen capture and send that through another channel if it would help.