diff options
author | multiple creatures <dev@multiple-creature.party> | 2019-12-21 13:59:38 -0600 |
---|---|---|
committer | multiple creatures <dev@multiple-creature.party> | 2019-12-21 13:59:38 -0600 |
commit | 5f92c6429fac98e5c9e3b02d158b6d4eab89945d (patch) | |
tree | 7ffa8f2d41288c88ba8720a42d747924fa371e10 /app/models | |
parent | 8312a6e51017498c417070cbcbf115da184b786d (diff) |
add option to only apply phrase filters to timelines
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/user.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index f6e1a369d..2ee304e81 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -42,6 +42,7 @@ # hide_boosts :boolean # only_known :boolean # invert_filters :boolean default(FALSE), not null +# filter_timelines_only :boolean default(FALSE), not null # class User < ApplicationRecord |