We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97f0f2a commit 3a247e7Copy full SHA for 3a247e7
1 file changed
app/lib/activitypub/activity/flag.rb
@@ -8,8 +8,6 @@ def perform
8
target_statuses_by_account = object_uris.map { |uri| status_from_uri(uri) }.compact.select(&:local?).group_by(&:account_id)
9
10
target_accounts.each do |target_account|
11
- next if Report.where(account: @account, target_account: target_account).exists?
12
-
13
target_statuses = target_statuses_by_account[target_account.id]
14
15
ReportService.new.call(
0 commit comments