Add Contact support button (#45)

This commit is contained in:
Aine
2024-09-25 19:09:58 +03:00
committed by GitHub
parent 52a2f1c936
commit bb53d53692
7 changed files with 43 additions and 2 deletions

View File

@@ -212,6 +212,16 @@ Example for [mautrix-telegram](https://github.com/mautrix/telegram)
}
```
### Providing support URL
Synapse-Admin provides a support link in the main menu - `Contact support`. By default, the link points to the GitHub issues page of the project. You can change this link by providing a `supportURL` in the `config.json`.
```json
{
"supportURL": "https://example.com/support"
}
```
## Screenshots
![Screenshots](./screenshots.jpg)