File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1+ Updated the WebPush documentation to note that `mailto:` should not be included in the `vapid_contact_email` config file. Contributed by @Just-Insane.
Original file line number Diff line number Diff line change @@ -279,7 +279,8 @@ serviceWorkerRegistration.pushManager.subscribe({
279279
280280You also need to set an e-mail address in ` vapid_contact_email ` in the config file,
281281where the push gateway operator can reach you in case they need to notify you
282- about your usage of their API.
282+ about your usage of their API. Note that only an email address is supported at this time,
283+ as Sygnal will prepend ` mailto: ` to the email address provided in the config.
283284
284285Since for webpush, the push gateway endpoint is variable and comes from the browser
285286through the push data, you may not want to have your sygnal instance connect to any
You can’t perform that action at this time.
0 commit comments