This commit is contained in:
Roman Chvanikov 2020-12-08 23:56:03 +03:00
parent 81913e3a1a
commit 8553df904a

View File

@ -82,7 +82,8 @@ defmodule Pleroma.Media do
"name" => media.name,
"type" => "Document",
"blurhash" => media.blurhash,
"mediaType" => media.media_type
"mediaType" => media.media_type,
"actor" => User.get_by_id(media.user_id).ap_id
}
end
end