diff --git a/app/logical/post_sets/base.rb b/app/logical/post_sets/base.rb index e8bdb5bad..57886e4cc 100644 --- a/app/logical/post_sets/base.rb +++ b/app/logical/post_sets/base.rb @@ -4,6 +4,10 @@ module PostSets false end + def raw + false + end + def wiki_page nil end diff --git a/app/logical/post_sets/favorite.rb b/app/logical/post_sets/favorite.rb index 497650a04..b0d051260 100644 --- a/app/logical/post_sets/favorite.rb +++ b/app/logical/post_sets/favorite.rb @@ -8,10 +8,6 @@ module PostSets @favorites = ::Favorite.for_user(user.id).paginate(page, :limit => limit).order("favorites.id desc") end - def raw - false - end - def limit params[:limit] || CurrentUser.user.per_page end diff --git a/config/danbooru_default_config.rb b/config/danbooru_default_config.rb index aab8f2942..0d0d185c9 100644 --- a/config/danbooru_default_config.rb +++ b/config/danbooru_default_config.rb @@ -4,7 +4,7 @@ module Danbooru class Configuration # The version of this Danbooru. def version - "2.20.0" + "2.20.1" end # The name of this Danbooru.