Improve formatting

This commit is contained in:
Brayd 2023-06-25 13:48:25 +02:00
parent c9fc08e981
commit 3e73fe724c
Signed by: brayd
GPG Key ID: C2B176B9DEB8BA48
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
This is a small Rust based tool for the [Synapse](https://github.com/matrix-org/synapse) Matrix server software. It's only purpose is for sending a server notice as defined in the [Synapse documentation](https://matrix-org.github.io/synapse/develop/admin_api/server_notices.html) to **all** registered, local users.
By default a server notice **only** goes to a single user defined as target user in the API call's body.
**DO NOT JUST USE THIS BLINDLY ON BIG SERVERS! READ BELOW!**
**!!! DO NOT JUST USE THIS BLINDLY ON BIG SERVERS! READ BELOW !!!**
## FAQ
### 1. For whom is this useful?