parent
32a4494926
commit
915c619394
3 changed files with 36 additions and 3 deletions
|
@ -5,7 +5,7 @@ class ActivityPub::Activity
|
|||
include Redisable
|
||||
|
||||
SUPPORTED_TYPES = %w(Note Question).freeze
|
||||
CONVERTED_TYPES = %w(Image Video Article Page).freeze
|
||||
CONVERTED_TYPES = %w(Image Audio Video Article Page).freeze
|
||||
|
||||
def initialize(json, account, **options)
|
||||
@json = json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue