diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-10-09 19:42:51 -0500 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-10-09 19:42:51 -0500 |
commit | 999ac0672355fe7aa6f57563097a173ed20b99d9 (patch) | |
tree | c929634fd5bcf722c1c80981213600ad89ad401f /app/models | |
parent | ce6a7055159a169ca38162eb2e38825f9331c8d9 (diff) |
custom filters can now match media descriptions
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/custom_filter.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/custom_filter.rb b/app/models/custom_filter.rb index ddf6cc7ab..fb269d8f4 100644 --- a/app/models/custom_filter.rb +++ b/app/models/custom_filter.rb @@ -20,6 +20,7 @@ # status_text :boolean default(FALSE), not null # custom_cw :text # override_cw :boolean default(FALSE), not null +# desc :boolean default(FALSE), not null # class CustomFilter < ApplicationRecord |