Add site-wide options to show reblogs and replies in local/public timelines
Fixes #1021
This commit is contained in:
@@ -438,6 +438,12 @@ en:
|
||||
show_known_fediverse_at_about_page:
|
||||
desc_html: When toggled, it will show toots from all the known fediverse on preview. Otherwise it will only show local toots.
|
||||
title: Show known fediverse on timeline preview
|
||||
show_reblogs_in_public_timelines:
|
||||
desc_html: Show public boosts of public toots in local and public timelines.
|
||||
title: Show boosts in public timelines
|
||||
show_replies_in_public_timelines:
|
||||
desc_html: In addition to public self-replies (threads), show public replies in local and public timelines.
|
||||
title: Show replies in public timelines
|
||||
show_staff_badge:
|
||||
desc_html: Show a staff badge on a user page
|
||||
title: Show staff badge
|
||||
|
@@ -62,6 +62,8 @@ defaults: &defaults
|
||||
activity_api_enabled: true
|
||||
peers_api_enabled: true
|
||||
show_known_fediverse_at_about_page: true
|
||||
show_reblogs_in_public_timelines: false
|
||||
show_replies_in_public_timelines: false
|
||||
|
||||
development:
|
||||
<<: *defaults
|
||||
|
Reference in New Issue
Block a user