Add Page AP type support (#9121)

This commit is contained in:
m.b 2018-10-29 13:23:29 +01:00 committed by Eugen Rochko
parent 9d84d55cf0
commit 2b18f5f85d
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
class ActivityPub::Activity::Create < ActivityPub::Activity
SUPPORTED_TYPES = %w(Note).freeze
CONVERTED_TYPES = %w(Image Video Article).freeze
CONVERTED_TYPES = %w(Image Video Article Page).freeze
def perform
return if delete_arrived_first?(object_uri) || unsupported_object_type? || invalid_origin?(@object['id'])