Support locally cached inline images in Articles

This commit is contained in:
Darius Kazemi
2019-04-30 15:29:28 -07:00
parent 615bfe8c16
commit b3e65978b4
4 changed files with 62 additions and 3 deletions

View File

@ -4,8 +4,8 @@ class ActivityPub::Activity
include JsonLdHelper
include Redisable
SUPPORTED_TYPES = %w(Note Question).freeze
CONVERTED_TYPES = %w(Image Video Article Page).freeze
SUPPORTED_TYPES = %w(Note Question Article).freeze
CONVERTED_TYPES = %w(Image Video Page).freeze
def initialize(json, account, **options)
@json = json