mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-28 07:10:16 +01:00
Apply suggestion to lib/pleroma/web/activity_pub/transmogrifier.ex
This commit is contained in:
parent
643f15e77b
commit
0be1fa0a86
@ -1291,6 +1291,6 @@ defmodule Pleroma.Web.ActivityPub.Transmogrifier do
|
|||||||
end
|
end
|
||||||
|
|
||||||
defp maybe_add_recipients_from_object(_) do
|
defp maybe_add_recipients_from_object(_) do
|
||||||
{:error, "No referenced object"}
|
{:error, :no_object}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user