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

@@ -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

View File

@@ -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