diff --git a/classes/workers/push.ts b/classes/workers/push.ts index 4ea1920c..ceea112a 100644 --- a/classes/workers/push.ts +++ b/classes/workers/push.ts @@ -117,6 +117,7 @@ export const getPushWorker = (): Worker => privateKey: config.notifications.push.vapid.private, publicKey: config.notifications.push.vapid.public, }, + contentEncoding: "aesgcm", }, );