From b2223ddf425ec7755d9f1b3883f7e9f7bc06df5e Mon Sep 17 00:00:00 2001 From: Jamie Bliss Date: Mon, 5 Feb 2024 21:18:59 -0500 Subject: [PATCH] Back out push notification changes --- docs/releases/0.11.rst | 15 --------------- docs/releases/next.rst | 15 +++++++++++++++ 2 files changed, 15 insertions(+), 15 deletions(-) create mode 100644 docs/releases/next.rst diff --git a/docs/releases/0.11.rst b/docs/releases/0.11.rst index 950b07e..d0e6065 100644 --- a/docs/releases/0.11.rst +++ b/docs/releases/0.11.rst @@ -35,18 +35,3 @@ In additions, there's many bugfixes and minor changes, including: * Perform some basic domain validity * Correctly reject more operations when the identity is deleted * 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. diff --git a/docs/releases/next.rst b/docs/releases/next.rst new file mode 100644 index 0000000..207ff69 --- /dev/null +++ b/docs/releases/next.rst @@ -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.