mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-10 18:17:55 +00: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
|
||||
|
||||
defp maybe_add_recipients_from_object(_) do
|
||||
{:error, "No referenced object"}
|
||||
{:error, :no_object}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue