use original exif_read_data() parameters which were lost in a regression; unset automatic nsfw category generated for Mastodon content warning posts, as people use CW as a spoiler mechanism 99% of the time and flagging inappropriate content 1% of the time.
This commit is contained in:
@@ -273,7 +273,7 @@ abstract class photo_driver {
|
||||
}
|
||||
|
||||
if($f) {
|
||||
return @exif_read_data($f);
|
||||
return @exif_read_data($f,null,true);
|
||||
}
|
||||
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user