notifications
notifications copied to clipboard
Private or public API for Push
Needed for https://github.com/nextcloud/server/issues/22379 (no need for notification content, only push). Also a leftover from https://github.com/nextcloud/notifications/pull/59, so it might have other uses.
- Move logic from
PushControllerto a newPushService, allowing to register through - Refactor talk specifics (also needed for https://github.com/nextcloud/notifications/issues/594)
- Allow to send custom payloads?
"Allow to send custom payloads"
I don't think this would help with anything. The push proxy can only push to mobile apps of the same developer account.
Refactor talk specifics (also needed for #594)
It's a one liner, the line is even mentioned in the ticket