Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore push notifications for hidden sites #13213

Closed
Tracked by #13107
JorgeMucientes opened this issue Dec 27, 2024 · 1 comment · Fixed by #13220
Closed
Tracked by #13107

Ignore push notifications for hidden sites #13213

JorgeMucientes opened this issue Dec 27, 2024 · 1 comment · Fixed by #13220
Assignees
Labels
feature: REST API Support connecting to sites using WordPress REST API. feature: site picker Any task related to site picker screen

Comments

@JorgeMucientes
Copy link
Contributor

JorgeMucientes commented Dec 27, 2024

Use me/notifications/settings/ endpoint to disable notifications for hidden sites and current device.

Request body:

{
    "blogs": [
        {
            "blog_id": 194373765,
            "devices": [{
                "device_id": 58089781,
                "new_comment": false,
                "store_order": false
            }]
        }
    ]
}
@dangermattic
Copy link
Collaborator

dangermattic commented Dec 27, 2024

🚫 Please add a type label (e.g. type: enhancement) and a feature label (e.g. feature: stats) to this issue.

@JorgeMucientes JorgeMucientes added feature: REST API Support connecting to sites using WordPress REST API. feature: site picker Any task related to site picker screen labels Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: REST API Support connecting to sites using WordPress REST API. feature: site picker Any task related to site picker screen
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants