Merge tag 'v3.0.0' into hometown-dev
This commit is contained in:
@ -5,7 +5,7 @@ class ActivityPub::Activity
|
||||
include Redisable
|
||||
|
||||
SUPPORTED_TYPES = %w(Note Question Article).freeze
|
||||
CONVERTED_TYPES = %w(Image Video Page).freeze
|
||||
CONVERTED_TYPES = %w(Image Audio Video Page).freeze
|
||||
|
||||
def initialize(json, account, **options)
|
||||
@json = json
|
||||
|
Reference in New Issue
Block a user