mirror of
https://github.com/binwiederhier/ntfy.git
synced 2025-07-20 10:04:08 +00:00
Merge pull request #1264 from brian6932/patch-1
docs: Typo `wep` -> `web`
This commit is contained in:
commit
3257ce91ef
1 changed files with 1 additions and 1 deletions
|
@ -865,7 +865,7 @@ it'll show `New message` as a popup.
|
||||||
## Web Push
|
## Web Push
|
||||||
[Web Push](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) ([RFC8030](https://datatracker.ietf.org/doc/html/rfc8030))
|
[Web Push](https://developer.mozilla.org/en-US/docs/Web/API/Push_API) ([RFC8030](https://datatracker.ietf.org/doc/html/rfc8030))
|
||||||
allows ntfy to receive push notifications, even when the ntfy web app (or even the browser, depending on the platform) is closed.
|
allows ntfy to receive push notifications, even when the ntfy web app (or even the browser, depending on the platform) is closed.
|
||||||
When enabled, the user can enable **background notifications** for their topics in the wep app under Settings. Once enabled by the
|
When enabled, the user can enable **background notifications** for their topics in the web app under Settings. Once enabled by the
|
||||||
user, ntfy will forward published messages to the push endpoint (browser-provided, e.g. fcm.googleapis.com), which will then
|
user, ntfy will forward published messages to the push endpoint (browser-provided, e.g. fcm.googleapis.com), which will then
|
||||||
forward it to the browser.
|
forward it to the browser.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue