added privacy option to push notifications
This commit is contained in:
parent
a52da55eb9
commit
04a8ffbe84
6 changed files with 76 additions and 40 deletions
|
|
@ -13,7 +13,7 @@ defmodule Pleroma.Workers.WebPusherWorker do
|
|||
notification =
|
||||
Notification
|
||||
|> Repo.get(notification_id)
|
||||
|> Repo.preload([:activity])
|
||||
|> Repo.preload([:activity, :user])
|
||||
|
||||
Pleroma.Web.Push.Impl.perform(notification)
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue