Compare commits
No commits in common. "6d35687ea02b6d93dceb42a3e2a8f213cec76a63" and "5c59f46cec843d0d1e635884ce5ab92aa2258b72" have entirely different histories.
6d35687ea0
...
5c59f46cec
|
@ -151,7 +151,7 @@ module YiffRest
|
||||||
end
|
end
|
||||||
|
|
||||||
def category_info
|
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
|
end
|
||||||
|
|
||||||
def notes_for_request
|
def notes_for_request
|
||||||
|
|
|
@ -9,8 +9,6 @@ class APICategory
|
||||||
%w[inkbunny.net InkBunny],
|
%w[inkbunny.net InkBunny],
|
||||||
%w[deviantart.com DeviantArt],
|
%w[deviantart.com DeviantArt],
|
||||||
%w[twitter.com Twitter],
|
%w[twitter.com Twitter],
|
||||||
%w[x.com X],
|
|
||||||
%w[femboy.fan FemboyFans],
|
|
||||||
].freeze
|
].freeze
|
||||||
|
|
||||||
def initialize(name, db, sfw)
|
def initialize(name, db, sfw)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user