Revert filtering public timelines by locale by default (#20294)
This commit is contained in:
parent
b280a255c4
commit
0cd0786aef
3 changed files with 2 additions and 11 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