Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/430.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Updated the WebPush documentation to note that `mailto:` should not be included in the `vapid_contact_email` config file. Contributed by @Just-Insane.
3 changes: 2 additions & 1 deletion docs/applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,8 @@ serviceWorkerRegistration.pushManager.subscribe({

You also need to set an e-mail address in `vapid_contact_email` in the config file,
where the push gateway operator can reach you in case they need to notify you
about your usage of their API.
about your usage of their API. Note that only an email address is supported at this time,
as Sygnal will prepend `mailto:` to the email address provided in the config.

Since for webpush, the push gateway endpoint is variable and comes from the browser
through the push data, you may not want to have your sygnal instance connect to any
Expand Down