forked from AkkomaGang/akkoma
twitterapi: activity view: expose message summary text
This commit is contained in:
parent
fe4387077a
commit
3b799f22b7
1 changed files with 2 additions and 1 deletions
|
@ -255,7 +255,8 @@ def render(
|
|||
"tags" => tags,
|
||||
"activity_type" => "post",
|
||||
"possibly_sensitive" => possibly_sensitive,
|
||||
"visibility" => Pleroma.Web.MastodonAPI.StatusView.get_visibility(object)
|
||||
"visibility" => Pleroma.Web.MastodonAPI.StatusView.get_visibility(object),
|
||||
"summary" => summary
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue