diff options
author | Fire Demon <firedemon@creature.cafe> | 2020-07-17 22:08:47 -0500 |
---|---|---|
committer | Fire Demon <firedemon@creature.cafe> | 2020-08-30 05:43:08 -0500 |
commit | 28be38e40c6d56fd7bc0b0c98a3b76609e70b903 (patch) | |
tree | bd3a22d7f87787b7cbeb7baa5065724f533cc6b9 /app/models | |
parent | 1a4c553afdba941eeac554ee8e2f47b2db2c6b48 (diff) |
[Privacy] Add profile option for indirect federation mode, disabled by default
Diffstat (limited to 'app/models')
-rw-r--r-- | app/models/account.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/account.rb b/app/models/account.rb index 0b3c48543..48e6e8532 100644 --- a/app/models/account.rb +++ b/app/models/account.rb @@ -50,6 +50,7 @@ # avatar_storage_schema_version :integer # header_storage_schema_version :integer # devices_url :string +# require_dereference :boolean default(FALSE), not null # class Account < ApplicationRecord |