瀏覽代碼

twitter api: activity representer: add summary field for testsuite

tags/v0.9.9
William Pitcock 6 年之前
父節點
當前提交
f03e57f764
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. +2
    -1
      lib/pleroma/web/twitter_api/representers/activity_representer.ex

+ 2
- 1
lib/pleroma/web/twitter_api/representers/activity_representer.ex 查看文件

@@ -191,7 +191,8 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenter do
"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…
取消
儲存