mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-07 07:30:51 +00:00
Fix that blocking was not working on link timeline (#32625)
This commit is contained in:
parent
171ff80b61
commit
0683adb589
|
@ -19,6 +19,8 @@ class LinkFeed < PublicFeed
|
||||||
|
|
||||||
scope.merge!(discoverable)
|
scope.merge!(discoverable)
|
||||||
scope.merge!(attached_to_preview_card)
|
scope.merge!(attached_to_preview_card)
|
||||||
|
scope.merge!(account_filters_scope) if account?
|
||||||
|
scope.merge!(language_scope) if account&.chosen_languages.present?
|
||||||
|
|
||||||
scope.to_a_paginated_by_id(limit, max_id: max_id, since_id: since_id, min_id: min_id)
|
scope.to_a_paginated_by_id(limit, max_id: max_id, since_id: since_id, min_id: min_id)
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue