Skip to content
Snippets Groups Projects
Commit 413de8e4 authored by lain's avatar lain
Browse files

More fixes.

parent dca26f36
No related branches found
No related tags found
No related merge requests found
......@@ -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, %{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment