mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 07:08:07 +01:00
Fix that blocking was not working on link timeline (#32625)
This commit is contained in:
parent
16597fa735
commit
18659f8163
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ class LinkFeed < PublicFeed
|
|||
|
||||
scope.merge!(discoverable)
|
||||
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)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue