Fix processing of object updates with duplicate hashtags (#37756)

This commit is contained in:
Claire
2026-02-06 11:09:42 +01:00
committed by GitHub
parent b1d4459267
commit 5b24f4097d
2 changed files with 4 additions and 2 deletions

View File

@@ -208,7 +208,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
Tag.find_or_create_by_names([tag])
rescue ActiveRecord::RecordInvalid
[]
end
end.uniq
return unless @status.distributable?