Do not mention original poster when quoting
This commit is contained in:
parent
87353e5ad1
commit
875b46d97d
2 changed files with 2 additions and 5 deletions
|
|
@ -139,9 +139,6 @@ defmodule Pleroma.Web.CommonAPI.ActivityDraft do
|
|||
|
||||
defp quote_post(%{params: %{quote_id: id}} = draft) when not_empty_string(id) do
|
||||
case Activity.get_by_id_with_object(id) do
|
||||
%Activity{actor: actor_ap_id} = activity when not_empty_string(actor_ap_id) ->
|
||||
%__MODULE__{draft | quote_post: activity, mentions: [actor_ap_id]}
|
||||
|
||||
%Activity{} = activity ->
|
||||
%__MODULE__{draft | quote_post: activity}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue