takahe/docs/releases/next.rst
Dan Watson 5035b39a6c Docs
2024-04-19 23:20:44 -04:00

926 B

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.

Marker Support

Takahē now supports the Markers API, used by clients to sync read positions within timelines.

Lists Support

Takahē now supports the Lists APIs, used by clients to maintain lists of accounts to show timelines for.