Merge pull request #5101 from nextcloud/test_push_notification

document about test push button in diagnosis screen
This commit is contained in:
Sowjanya Kota 2025-07-01 09:43:37 +02:00 committed by GitHub
commit c19cba3c0d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -106,6 +106,14 @@ Run the `notification:test-push` command for the user who is logged in at the de
```bash ```bash
sudo -u www-data php /var/www/yourinstance/occ notification:test-push --talk youruser sudo -u www-data php /var/www/yourinstance/occ notification:test-push --talk youruser
``` ```
Alternatively, you can check if push notifications are set up correctly on the server from the apps Diagnosis screen:
- Select the user avatar in the upper right corner of the conversation list
- Select "Settings" from the menu.
- In "Advanced" section of settings menu, select "Diagnosis"
- Click on “Test push notifications” button located at the bottom of the Diagnosis.
If google play services are not available on the device, then you cannot see "Test push notifications" button in the Diagnosis screen.
It should print something like the following: It should print something like the following:
``` ```