Migrate glitch-soc's exclusive user settings
This commit is contained in:
@@ -28,7 +28,7 @@ module AccountsHelper
|
||||
end
|
||||
|
||||
def hide_followers_count?(account)
|
||||
Setting.hide_followers_count || account.user&.setting_hide_followers_count
|
||||
Setting.hide_followers_count || account.user&.settings['hide_followers_count']
|
||||
end
|
||||
|
||||
def account_description(account)
|
||||
|
Reference in New Issue
Block a user