Revert "Remove 'unlisted' handling for now."

This reverts commit 1027d1f696.
This commit is contained in:
lain 2018-05-13 12:38:13 +02:00
commit c7a85de35c
2 changed files with 1 additions and 3 deletions

View file

@ -171,7 +171,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPubTest do
end
describe "public fetch activities" do
@tag :skip
test "doesn't retrieve unlisted activities" do
user = insert(:user)
{:ok, unlisted_activity} = CommonAPI.post(user, %{"status" => "yeah", "visibility" => "unlisted"})