Ensure self-announces do not widen the audience of the original post
This commit is contained in:
parent
1f0be71ea4
commit
fe538973dd
2 changed files with 4 additions and 3 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue