3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-01-25 19:54:25 +01:00

tweak interface conversion

This commit is contained in:
Shivaram Lingamneni 2025-01-05 04:08:29 -05:00
parent 016cf5c100
commit 5b8240b0c2

View File

@ -64,7 +64,7 @@ func convertUrgency(u Urgency) webpush.Urgency {
}
}
var httpClient = makeExternalOnlyClient()
var httpClient webpush.HTTPClient = makeExternalOnlyClient()
var (
Err404 = errors.New("endpoint returned a 404, indicating that the push subscription is no longer valid")