mastodon api: add support for rendering Page objects
This commit is contained in:
parent
9f03b5c4f7
commit
4d8f076125
@ -236,7 +236,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
|
||||
content
|
||||
end
|
||||
|
||||
def render_content(%{"type" => "Article"} = object) do
|
||||
def render_content(%{"type" => object_type} = object) when object_type in ["Article", "Page"] do
|
||||
summary = object["name"]
|
||||
|
||||
content =
|
||||
|
Loading…
Reference in New Issue
Block a user