2
0

Switch webpush dependency to latest version of Mastodon-maintained fork (#33572)

This commit is contained in:
Claire
2025-01-13 13:46:32 +01:00
committed by GitHub
parent 50449ae7ac
commit 68d818121d
5 changed files with 8 additions and 8 deletions

View File

@@ -33,7 +33,7 @@ class WebPushRequest
end
def encrypt(payload)
Webpush::Encryption.encrypt(payload, key_p256dh, key_auth)
Webpush::Legacy::Encryption.encrypt(payload, key_p256dh, key_auth)
end
private