test push button in diagnosis screen

Signed-off-by: sowjanyakch <sowjanya.kch@gmail.com>
This commit is contained in:
sowjanyakch 2025-06-13 23:49:11 +02:00
parent 4c7d6f90ec
commit dbf5c84050
No known key found for this signature in database
GPG Key ID: F7AA2A8B65B50220

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:
``` ```