Deletes do not generate notifications of any kind, so skip trying

This commit is contained in:
Mark Felder 2022-11-13 12:25:52 -05:00
commit 47b9847edd
2 changed files with 1 additions and 1 deletions

View file

@ -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}