Merge branch 'kb_development' into kb_migration
This commit is contained in:
commit
9fa468a4bf
30 changed files with 239 additions and 49 deletions
|
@ -31,6 +31,18 @@ module HasUserSettings
|
|||
settings['public_post_to_unlisted']
|
||||
end
|
||||
|
||||
def setting_reject_public_unlisted_subscription
|
||||
settings['reject_public_unlisted_subscription']
|
||||
end
|
||||
|
||||
def setting_reject_unlisted_subscription
|
||||
settings['reject_unlisted_subscription']
|
||||
end
|
||||
|
||||
def setting_send_without_domain_blocks
|
||||
settings['send_without_domain_blocks']
|
||||
end
|
||||
|
||||
def setting_unfollow_modal
|
||||
settings['web.unfollow_modal']
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue