Add site-wide options to show reblogs and replies in local/public timelines

Fixes #1021
This commit is contained in:
Thibaut Girka
2019-04-30 21:51:24 +02:00
committed by ThibG
parent cc5a81b7d8
commit fcbf557bd2
6 changed files with 29 additions and 6 deletions

View File

@ -32,6 +32,8 @@ class Form::AdminSettings
thumbnail
hero
mascot
show_reblogs_in_public_timelines
show_replies_in_public_timelines
).freeze
BOOLEAN_KEYS = %i(
@ -45,6 +47,8 @@ class Form::AdminSettings
profile_directory
hide_followers_count
enable_keybase
show_reblogs_in_public_timelines
show_replies_in_public_timelines
).freeze
UPLOAD_KEYS = %i(