Refactor web push notification handling to use reqwest client and improve session cleanup logic
Some checks failed
CI / ci (push) Failing after 1m44s

This commit is contained in:
2026-08-26 09:48:05 +02:00
parent 7aa5d692dc
commit a557c183e9
5 changed files with 157 additions and 296 deletions

View File

@@ -9,5 +9,6 @@ config = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
base64 = { workspace = true }
web-push = "0.11"
web-push = { version = "0.11", default-features = false }
serde_json = { workspace = true }
reqwest = { workspace = true }