summaryrefslogtreecommitdiff
path: root/app/parsers_test.go
Commit message (Collapse)AuthorAgeFilesLines
* feat: add hide-ai option to omit AI-generated deviationsv1.3.8Christian Cleberg3 days1-0/+58
Adds a hide-ai config flag that drops deviations flagged data.AI from every listing (search, daily, galleries, favourites) in the shared DeviationList loop, analogous to how nsfw gates mature content. The flag is already parsed and shown as a marker, so this is a filter over existing data. Off by default. Closes #15