forked from AkkomaGang/akkoma
twitter api: activity representer: add summary field for testsuite
This commit is contained in:
parent
152a526237
commit
f03e57f764
1 changed files with 2 additions and 1 deletions
|
@ -191,7 +191,8 @@ def to_map(
|
|||
"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" => object["summary"]
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue