Return visilility in twitter api, too.

This commit is contained in:
lain 2018-05-20 18:01:24 +02:00
commit ff007af0c2
2 changed files with 5 additions and 3 deletions

View file

@ -262,7 +262,8 @@ defmodule Pleroma.Web.TwitterAPI.ActivityView do
"external_url" => object["external_url"] || object["id"],
"tags" => tags,
"activity_type" => "post",
"possibly_sensitive" => possibly_sensitive
"possibly_sensitive" => possibly_sensitive,
"visibility" => Pleroma.Web.MastodonAPI.StatusView.get_visibility(object)
}
end
end