Move Article from supported to converted types (#6218)

th-downstream
puckipedia 7 years ago committed by Eugen Rochko
parent c89bb8ae40
commit 4ae7b4eb1e

@ -1,8 +1,8 @@
# frozen_string_literal: true # frozen_string_literal: true
class ActivityPub::Activity::Create < ActivityPub::Activity class ActivityPub::Activity::Create < ActivityPub::Activity
SUPPORTED_TYPES = %w(Article Note).freeze SUPPORTED_TYPES = %w(Note).freeze
CONVERTED_TYPES = %w(Image Video).freeze CONVERTED_TYPES = %w(Image Video Article).freeze
def perform def perform
return if delete_arrived_first?(object_uri) || unsupported_object_type? return if delete_arrived_first?(object_uri) || unsupported_object_type?

Loading…
Cancel
Save