Skip to content
This repository was archived by the owner on Mar 9, 2026. It is now read-only.

Commit 0d66762

Browse files
authored
fix misleading email format (7w1#32)
Sygnal already adds `mailto:` by itself. When added manually, apple will error out with `403: BadJwtToken`. Hence the mailto should be removed :)
1 parent 478bfb6 commit 0d66762

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sygnal-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ apps:
128128
# This path is *inside the container*. We will map our generated key to it.
129129
vapid_private_key: /data/private_key.pem
130130
# An email for VAPID contact details
131-
vapid_contact_email: mailto:[email protected]
131+
vapid_contact_email: [email protected]
132132
```
133133

134134
#### 3.3. Caddy Configuration (`Caddyfile`)

0 commit comments

Comments
 (0)