Skip to content

Commit ff032b5

Browse files
committed
Fix test
1 parent dae52d3 commit ff032b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/policies/status_policy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def show_activity?
2727
end
2828

2929
def quote?
30-
show? && !blocking_author? && record.quote_policy_for_account(current_account, preloaded_relations: @preloaded_relations) != :denied
30+
show? && !blocking_author? && record.quote_policy_for_account(current_account) != :denied
3131
end
3232

3333
def reblog?

0 commit comments

Comments
 (0)