Revert "Change public timelines to be filtered by current locale by default (mastodon/mastodon#19291)"

This reverts commit 9f65909f42.
This commit is contained in:
bgme 2022-11-06 12:58:55 +08:00
parent 42359e533b
commit b6ab80b9c0
5 changed files with 18 additions and 14 deletions

View file

@ -35,7 +35,6 @@ class Api::V1::Timelines::PublicController < Api::BaseController
def public_feed
PublicFeed.new(
current_account,
locale: content_locale,
local: truthy_param?(:local),
remote: truthy_param?(:remote),
only_media: truthy_param?(:only_media)