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 20:50:30 -0500
committermultiple creatures <dev@multiple-creature.party>2019-07-21 20:50:30 -0500
commit084b9504017e519e33007f7aa8cdff7d571f954a (patch)
treebcefc968d1b5ae0ba40bac9adb2eb8955c3b6a21 /app/models/account.rb
parentbca5a3073f3f6bee2c64f3e199e9e56d0dd7ff7e (diff)
split `hide public profile` & `hide public ap outbox` into separate user options, make original `Account.hidden` prop federation-affecting `invisible mode`
Diffstat (limited to 'app/models/account.rb')
-rw-r--r--app/models/account.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/account.rb b/app/models/account.rb
index 54d458666..1955b7aee 100644
--- a/app/models/account.rb
+++ b/app/models/account.rb
@@ -134,6 +134,7 @@ class Account < ApplicationRecord
            :always_local_only?,
            :max_public_history,
 
+           :hides_public_profile?,
            :hides_public_outbox?,
            :hides_interactions?,
            :hides_network?,