Compare commits

..

No commits in common. "6d35687ea02b6d93dceb42a3e2a8f213cec76a63" and "5c59f46cec843d0d1e635884ce5ab92aa2258b72" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -151,7 +151,7 @@ module YiffRest
end
def category_info
[*APIImage.categories, APICategory.new("Gay Polar Cutie", "chris", true)] # gay little polar cutie
[*APIImage.categories, { name: "Gay Polar Cutie", db: "chris", sfw: true }] # gay little polar cutie
end
def notes_for_request

View File

@ -9,8 +9,6 @@ class APICategory
%w[inkbunny.net InkBunny],
%w[deviantart.com DeviantArt],
%w[twitter.com Twitter],
%w[x.com X],
%w[femboy.fan FemboyFans],
].freeze
def initialize(name, db, sfw)