changelog and version updates for v2.15.0-rc1 (#2209)

This commit is contained in:
Shivaram Lingamneni
2025-01-13 19:57:04 -08:00
committed by GitHub
parent 21ee867ebb
commit ab2d842b27
4 changed files with 31 additions and 3 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ Ergo now has experimental support for push notifications via the [draft/webpush]
* The message contents (including the sender's identity) are protected by [encryption](https://datatracker.ietf.org/doc/html/rfc8291) between the server and the user's endpoint device. However, the encryption algorithm is not forward-secret (a long-term private key is stored on the user's device) or post-quantum (the server retains a copy of the corresponding elliptic curve public key).
* Push notifications are relatively expensive to process, and may increase the impact of spam or denial-of-service attacks on the Ergo server.
Operators and end users are invited to share feedback about push notifications, either via the project issue tracker or the support channel. Note that in order to receive push notifications, the user must be logged in with always-on enabled.
Operators and end users are invited to share feedback about push notifications, either via the project issue tracker or the support channel. Note that in order to receive push notifications, the user must be logged in with always-on enabled, and must be using a client (e.g. Goguma) that supports them.
-------------------------------------------------------------------------------------------