about summary refs log tree commit diff
path: root/app/models/account.rb
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-07-21 19:51:07 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-21 19:51:07 -0500
commitd9073f132b041fae818ae3894503065de123f257 (patch)
tree9c4bdd4dcfdf86458dfa444af1ca31e89ee8a410 /app/models/account.rb
parent61461a53239b18ee581dd1b57c1cd83c0900814b (diff)
add more options for time range of roars visible to anonymous public profile viewers
Diffstat (limited to 'app/models/account.rb')
-rw-r--r--app/models/account.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index 26d918714..b3afdbcf7 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -132,6 +132,7 @@ class Account < ApplicationRecord
            :defaults_to_sensitive?,
            :defaults_to_local_only?,
            :always_local_only?,
+           :max_public_history,
 
            :hides_interactions?,
            :hides_network?,
@@ -152,7 +153,6 @@ class Account < ApplicationRecord
            :wants_larger_emoji?,
            :hides_filtered_gap?,
            :hides_mascot?,
-           :hides_color_formatting?,
            :hides_captions?,
 
            to: :user,