Fix “Show boosts/replies in public timelines” only affecting streaming

Fixes #1456
master
Thibaut Girka 2020-11-12 23:15:31 +01:00 committed by ThibG
parent 6c05db70fa
commit 265b26489a
1 changed files with 3 additions and 1 deletions

View File

@ -38,7 +38,9 @@ class Api::V1::Timelines::PublicController < Api::BaseController
local: truthy_param?(:local),
remote: truthy_param?(:remote),
only_media: truthy_param?(:only_media),
allow_local_only: truthy_param?(:allow_local_only)
allow_local_only: truthy_param?(:allow_local_only),
with_replies: Setting.show_replies_in_public_timelines,
with_reblogs: Setting.show_reblogs_in_public_timelines,
)
end