Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Register
Sign in
Toggle navigation
Menu
Open sidebar
Tiger Ton
mastodon
Commits
26478f46
Unverified
Commit
26478f46
authored
2 years ago
by
Eugen Rochko
Committed by
GitHub
2 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Remove language filtering from hashtag timelines (#19563)
parent
a529d6d9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/controllers/api/v1/timelines/tag_controller.rb
+0
-1
app/controllers/api/v1/timelines/tag_controller.rb
app/models/tag_feed.rb
+0
-1
app/models/tag_feed.rb
with
0 additions
and
2 deletions
+0
-2
app/controllers/api/v1/timelines/tag_controller.rb
+
0
-
1
View file @
26478f46
...
...
@@ -36,7 +36,6 @@ class Api::V1::Timelines::TagController < Api::BaseController
TagFeed
.
new
(
@tag
,
current_account
,
locale:
content_locale
,
any:
params
[
:any
],
all:
params
[
:all
],
none:
params
[
:none
],
...
...
This diff is collapsed.
Click to expand it.
app/models/tag_feed.rb
+
0
-
1
View file @
26478f46
...
...
@@ -33,7 +33,6 @@ class TagFeed < PublicFeed
scope
.
merge!
(
remote_only_scope
)
if
remote_only?
scope
.
merge!
(
account_filters_scope
)
if
account?
scope
.
merge!
(
media_only_scope
)
if
media_only?
scope
.
merge!
(
language_scope
)
scope
.
cache_ids
.
to_a_paginated_by_id
(
limit
,
max_id:
max_id
,
since_id:
since_id
,
min_id:
min_id
)
end
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets