Stream the notifications as part of the job

This commit is contained in:
Mark Felder 2024-06-08 22:40:08 -04:00
commit dcc50da400
2 changed files with 3 additions and 4 deletions

View file

@ -479,8 +479,6 @@ defmodule Pleroma.Notification do
end
end)
stream(notifications)
{:ok, notifications}
end
end