Push Notifications now include the server in the title!
#pixelfed #pushNotifications
Btw, for Android, you'd want to also include the notification ID somewhere in the payload so apps could retrieve the full notification object via /api/v1/notifications/:id in case they want to display a richer notification.
/api/v1/notifications/:id
@grishka oh good idea!!
Btw, for Android, you'd want to also include the notification ID somewhere in the payload so apps could retrieve the full notification object via
/api/v1/notifications/:id
in case they want to display a richer notification.