diff --git a/docs/publish.md b/docs/publish.md index 21f85546..e59e5762 100644 --- a/docs/publish.md +++ b/docs/publish.md @@ -1,6 +1,6 @@ # Publishing -Publishing messages can be done via HTTP PUT/POST or via the [ntfy CLI](install.md). Topics are created on the fly by -subscribing or publishing to them. Because there is no sign-up, **the topic is essentially a password**, so pick +Publishing messages can be done via HTTP PUT/POST or via the [ntfy CLI](subscribe/cli.md#publish-messages) ([install instructions](install.md). +Topics are created on the fly by subscribing or publishing to them. Because there is no sign-up, **the topic is essentially a password**, so pick something that's not easily guessable. Here's an example showing how to publish a simple message using a POST request: @@ -2393,9 +2393,6 @@ Here are a few examples (assuming today's date is **12/10/2021, 9am, Eastern Tim ### Updating scheduled notifications -!!! info - **This feature is not yet released.** It will be available in ntfy v2.16.x and later and ntfy Android v1.22.x and later. - You can update or replace a scheduled message before it is delivered by publishing a new message with the same [sequence ID](#updating-deleting-notifications). When you do this, the **original scheduled message is deleted** from the server and replaced with the new one. This is different from [updating notifications](#updating-notifications) @@ -2518,9 +2515,6 @@ Here's an example of a dead man's switch that sends an alert if the script stops ### Canceling scheduled notifications -!!! info - **This feature is not yet released.** It will be available in ntfy v2.16.x and later and ntfy Android v1.22.x and later. - You can cancel a scheduled message before it is delivered by sending a DELETE request to the `//` endpoint, just like [deleting notifications](#deleting-notifications). This will remove the scheduled message from the server so it will never be delivered, and emit a `message_delete` event to any subscribers. diff --git a/web/public/static/images/ntfy.png b/web/public/static/images/ntfy.png index 6b969a84..62e8a3b9 100644 Binary files a/web/public/static/images/ntfy.png and b/web/public/static/images/ntfy.png differ diff --git a/web/public/static/images/pwa-192x192.png b/web/public/static/images/pwa-192x192.png index 8aaebcc4..62e8a3b9 100644 Binary files a/web/public/static/images/pwa-192x192.png and b/web/public/static/images/pwa-192x192.png differ diff --git a/web/public/static/images/pwa-512x512.png b/web/public/static/images/pwa-512x512.png index d9003a19..907a991e 100644 Binary files a/web/public/static/images/pwa-512x512.png and b/web/public/static/images/pwa-512x512.png differ