logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 413de8e4bcacc363958673d33787195823f7fe87
parent: dca26f3655b97893513b96a5d17858241dca3a81
Author: lain <lain@soykaf.club>
Date:   Sun, 20 May 2018 19:26:09 +0200

More fixes.

Diffstat:

Mtest/web/twitter_api/representers/activity_representer_test.exs3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test/web/twitter_api/representers/activity_representer_test.exs b/test/web/twitter_api/representers/activity_representer_test.exs @@ -154,7 +154,8 @@ defmodule Pleroma.Web.TwitterAPI.Representers.ActivityRepresenterTest do "tags" => ["nsfw", "content", "mentioning"], "activity_type" => "post", "possibly_sensitive" => true, - "uri" => activity.data["object"]["id"] + "uri" => activity.data["object"]["id"], + "visibility" => "direct" } assert ActivityRepresenter.to_map(activity, %{