Add reject public unlisted subscription configs
This commit is contained in:
parent
ae4da45054
commit
7d3d93e9a4
21 changed files with 63 additions and 22 deletions
|
@ -138,6 +138,7 @@ class User < ApplicationRecord
|
|||
:expand_spoilers, :default_language, :aggregate_reblogs, :show_application,
|
||||
:advanced_layout, :use_blurhash, :use_pending_items, :trends, :crop_images,
|
||||
:disable_swiping, :always_send_emails, :public_post_to_unlisted,
|
||||
:reject_public_unlisted_subscription, :reject_unlisted_subscription,
|
||||
to: :settings, prefix: :setting, allow_nil: false
|
||||
|
||||
delegate :can?, to: :role
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue