0
0
Fork 0

Revert filtering public timelines by locale by default (#20294)

This commit is contained in:
Eugen Rochko 2022-11-10 05:34:42 +01:00 committed by GitHub
parent b280a255c4
commit 0cd0786aef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 11 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)