mirror of
https://github.com/glitch-soc/mastodon.git
synced 2026-03-29 03:00:33 +02:00
Fix processing of object updates with duplicate hashtags (#37756)
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user