Fix searching already-known converted activities by URL (#17814)
Fixes #17813
This commit is contained in:
parent
e798c1c64c
commit
c9b3cf8510
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ class ActivityPub::Activity::Update < ActivityPub::Activity
|
|||
update_account
|
||||
elsif equals_or_includes_any?(@object['type'], %w(Note Question))
|
||||
update_status
|
||||
elsif converted_object_type?
|
||||
Status.find_by(uri: object_uri, account_id: @account.id)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue