Add Danbooru Winter Sale.

* 25% off Gold and Platinum accounts.
* Free 6 tag searches for Member-level users.
* Runs from midnight Dec. 25th to 28th (UTC time).
This commit is contained in:
evazion
2019-12-24 13:02:05 -06:00
parent ef2eb9d0f5
commit 963f1f7991
6 changed files with 56 additions and 5 deletions

View File

@@ -505,6 +505,8 @@ class User < ApplicationRecord
Danbooru.config.base_tag_query_limit * 2
elsif is_gold?
Danbooru.config.base_tag_query_limit
elsif is_member? && Danbooru.config.is_promotion?
Danbooru.config.base_tag_query_limit
else
2
end