mirror of
https://github.com/yingziwu/mastodon.git
synced 2026-02-19 16:53:16 +00:00
Revert "Change public timelines to be filtered by current locale by default (mastodon/mastodon#19291)"
This reverts commit 9f65909f42.
This commit is contained in:
parent
42359e533b
commit
b6ab80b9c0
5 changed files with 18 additions and 14 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue