trigger "notification:test-push" via mobile apps (to self test push notifications) #1206
Closed
Description
It should be possible to trigger
sudo -u www-data php /var/www/yourinstance/occ notification:test-push --talk youruser
via API, so the mobile apps could have a "Test Notifications" button in the settings-view.
That notification should be catched on mobile clients and they show a success dialog.
If notification is not received within x seconds, show a dialog with the link to the troubleshooting checklist etc.
With this every user could check that pushproxy is working or not and it can be narrowed down why a notifications is not shown..
If possible, also give feedback to the mobile clients that the "notification:test-push" command was successfully executed on server...
Activity