Files
Bills Booth c4dc5621a3 fix(ios): avoid replaying alert mutations (#2323)
* fix(ios): avoid replaying alert mutations

* docs(alert): state the single-send rule once, without a backend qualifier

---------

Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
2026-09-06 07:58:19 +02:00

19 lines
445 B
JSON

[
{ "name": "default query", "command": { "command": "alert" }, "readOnly": true },
{
"name": "explicit query",
"command": { "command": "alert", "action": "get" },
"readOnly": true
},
{
"name": "accept mutates",
"command": { "command": "alert", "action": "accept" },
"readOnly": false
},
{
"name": "dismiss mutates",
"command": { "command": "alert", "action": "dismiss" },
"readOnly": false
}
]