Deletes do not generate notifications of any kind, so skip trying
This commit is contained in:
parent
3d1828f43b
commit
47b9847edd
2 changed files with 1 additions and 1 deletions
|
|
@ -324,7 +324,6 @@ defmodule Pleroma.Web.ActivityPub.SideEffects do
|
|||
end
|
||||
|
||||
if result == :ok do
|
||||
Notification.create_notifications(object)
|
||||
{:ok, object, meta}
|
||||
else
|
||||
{:error, result}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue