feat: ntfy notifications for imported, needs-decision, broken (#96)
ci / web (push) Successful in 1m0s
e2e / e2e (push) Successful in 3m41s
ci / rust (push) Successful in 5m42s

This commit was merged in pull request #96.
This commit is contained in:
2026-08-23 02:04:36 +01:00
parent 9f812fac11
commit ad0eb0d9d3
11 changed files with 1006 additions and 62 deletions
@@ -0,0 +1,20 @@
{
"db_name": "SQLite",
"query": "SELECT o.ntfy_topic AS \"ntfy_topic!: String\"\n FROM owners o\n JOIN title_owners t ON t.owner_id = o.id\n WHERE t.title_kind = ? AND t.title_id = ?",
"describe": {
"columns": [
{
"name": "ntfy_topic!: String",
"ordinal": 0,
"type_info": "Text"
}
],
"parameters": {
"Right": 2
},
"nullable": [
false
]
},
"hash": "f5a42a1fcc0361f58b7be7906962efa4b9a08d4aaaf8a6883ee9f949d6a5cfe7"
}