users: change default blacklist to furry -rating:g.

This commit is contained in:
evazion
2022-06-01 23:09:10 -05:00
parent b02dbf1a43
commit fec92d765a
2 changed files with 10 additions and 1 deletions

View File

@@ -56,7 +56,7 @@ class User < ApplicationRecord
ACTIVE_BOOLEAN_ATTRIBUTES = BOOLEAN_ATTRIBUTES.grep_v(/unused/)
DEFAULT_BLACKLIST = ["guro", "scat", "furry -rating:s"].join("\n")
DEFAULT_BLACKLIST = ["guro", "scat", "furry -rating:g"].join("\n")
attribute :id
attribute :created_at