Fix processing of object updates with duplicate hashtags (#37756)
This commit is contained in:
@@ -194,7 +194,7 @@ class ActivityPub::ProcessStatusUpdateService < BaseService
|
||||
Tag.find_or_create_by_names([tag]).filter(&:valid?)
|
||||
rescue ActiveRecord::RecordInvalid
|
||||
[]
|
||||
end
|
||||
end.uniq
|
||||
|
||||
return unless @status.distributable?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user