Revert filtering public timelines by locale by default (#20294)
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user