Memmy-App / memmy

An Apollo inspired open-source iOS and Android client for Lemmy built with React-Native. Find us on the App Store and Google Play!
GNU Affero General Public License v3.0
547 stars 58 forks source link

[Bug]: NSFW blur not working on gifs #1042

Closed GaloisGhost closed 10 months ago

GaloisGhost commented 10 months ago

Check for open issues

Minimal reproducible example

Just scrolling through the All feed encountered posts from a NSFW community. (lemmit.online/c/gonewild) The images were blurred the gifs were not.

Expected Behavior

All NSFW to be blurred

Version

1.0.59

App Store or TestFlight?

App Store

iOS Version

17.x

Device

iPhone xr

gkasdorf commented 10 months ago

Yea, I am aware of this. I'm going to look into if/how I can get the image library to support this and if not will need to do a bit of a workaround. Thanks.

GaloisGhost commented 10 months ago

This appears to be fixed in 1.1.78

gkasdorf commented 10 months ago

@GaloisGhost Thanks for the heads up. Looks like a few changes made to Expo Image did fix that issue (was not the intention, but good to see).