parent
e798c1c64c
commit
c9b3cf8510
|
@ -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
|
||||
|
||||
|
|
Reference in New Issue