Ensure self-announces do not widen the audience of the original post

This commit is contained in:
Thibaut Girka 2019-10-01 17:49:52 +02:00
commit fe538973dd
2 changed files with 4 additions and 3 deletions

View file

@ -346,7 +346,7 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
local \\ true,
public \\ true
) do
with true <- is_announceable?(object, user),
with true <- is_announceable?(object, user, public),
announce_data <- make_announce_data(user, object, activity_id, public),
{:ok, activity} <- insert(announce_data, local),
{:ok, object} <- add_announce_to_object(activity, object),