Merge branch 'master' of https://github.com/blackle/mastodon into blackle-master
This commit is contained in:
@ -26,4 +26,8 @@ class User < ApplicationRecord
|
||||
def setting_default_privacy
|
||||
settings.default_privacy || (account.locked? ? 'private' : 'public')
|
||||
end
|
||||
|
||||
def setting_boost_modal
|
||||
settings.boost_modal
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user