Move glitch-soc's “Hide followers count” setting to “Show followers count” under “Privacy and reach” tab

This commit is contained in:
Claire
2023-08-22 19:02:02 +02:00
parent c053bfc45a
commit 452f15be78
4 changed files with 7 additions and 6 deletions

View File

@ -20,6 +20,7 @@ class UserSettings
setting :hide_followers_count, default: false
setting_inverse_alias :indexable, :noindex
setting_inverse_alias :show_followers_count, :hide_followers_count
namespace :web do
setting :advanced_layout, default: false