diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/pleroma/web/twitter_api/views/activity_view.ex | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/lib/pleroma/web/twitter_api/views/activity_view.ex b/lib/pleroma/web/twitter_api/views/activity_view.ex index 580d4648c..62ce3b7b5 100644 --- a/lib/pleroma/web/twitter_api/views/activity_view.ex +++ b/lib/pleroma/web/twitter_api/views/activity_view.ex @@ -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 | 
