mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix(api): 🐛 Use aesgcm, not aes128gcm during push notifications
Mastodon's server hates aes128gcm
This commit is contained in:
parent
bedc25bacf
commit
1c543723fb
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ export const getPushWorker = (): Worker<PushJobData, void, PushJobType> =>
|
|||
privateKey: config.notifications.push.vapid.private,
|
||||
publicKey: config.notifications.push.vapid.public,
|
||||
},
|
||||
contentEncoding: "aesgcm",
|
||||
},
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue