pleroma/lib
duponin a810cdee77 Add mix task to send a notifaction, with a web push
Sending only a Push notification can't be done, it needs a Notification.
Creating a notification needs an activity.
Creating an activity needs an object.
That's why it's running throughout the whole process.

It isn't really clean because it's forging a post, it might be
acceptable to perform it from an account like "admin" or similar.

That said, you can't use Pleroma's builtin users ('relay' and
'internal.fetch') because they are invisible and stripped out from
notification creation pipeline.
It would have been a better solution, to have real administrative users.
2022-12-13 21:27:28 +01:00
..
mix Add mix task to send a notifaction, with a web push 2022-12-13 21:27:28 +01:00
phoenix/transports/web_socket Copyright bump for 2022 2022-02-25 23:11:42 -07:00
pleroma Add mix task to send a notifaction, with a web push 2022-12-13 21:27:28 +01:00