mirror of
https://github.com/jointakahe/takahe.git
synced 2024-11-21 23:01:00 +00:00
Back out push notification changes
This commit is contained in:
parent
045a499ddf
commit
b2223ddf42
2 changed files with 15 additions and 15 deletions
|
@ -35,18 +35,3 @@ In additions, there's many bugfixes and minor changes, including:
|
||||||
* Perform some basic domain validity
|
* Perform some basic domain validity
|
||||||
* Correctly reject more operations when the identity is deleted
|
* Correctly reject more operations when the identity is deleted
|
||||||
* Post edit fanouts for likers/boosters
|
* Post edit fanouts for likers/boosters
|
||||||
|
|
||||||
|
|
||||||
Upgrade Notes
|
|
||||||
-------------
|
|
||||||
|
|
||||||
VAPID keys and Push notifications
|
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
Takahē now supports push notifications if you supply a valid VAPID keypair as
|
|
||||||
the ``TAKAHE_VAPID_PUBLIC_KEY`` and ``TAKAHE_VAPID_PRIVATE_KEY`` environment
|
|
||||||
variables. You can generate a keypair via `https://web-push-codelab.glitch.me/`_.
|
|
||||||
|
|
||||||
Note that users of apps may need to sign out and in again to their accounts for
|
|
||||||
the app to notice that it can now do push notifications. Some apps, like Elk,
|
|
||||||
may cache the fact your server didn't support it for a while.
|
|
||||||
|
|
15
docs/releases/next.rst
Normal file
15
docs/releases/next.rst
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
|
||||||
|
|
||||||
|
Upgrade Notes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
VAPID keys and Push notifications
|
||||||
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
Takahē now supports push notifications if you supply a valid VAPID keypair as
|
||||||
|
the ``TAKAHE_VAPID_PUBLIC_KEY`` and ``TAKAHE_VAPID_PRIVATE_KEY`` environment
|
||||||
|
variables. You can generate a keypair via `https://web-push-codelab.glitch.me/`_.
|
||||||
|
|
||||||
|
Note that users of apps may need to sign out and in again to their accounts for
|
||||||
|
the app to notice that it can now do push notifications. Some apps, like Elk,
|
||||||
|
may cache the fact your server didn't support it for a while.
|
Loading…
Reference in a new issue