Update README.md

This commit is contained in:
Tulir Asokan 2022-04-30 22:18:49 +03:00
parent 1bf9f5a019
commit 6a59e8a9ea
1 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ registry], but you can also install from source ([upstream instructions]).
The master branch and `:latest` docker tag are upgraded to each upstream The master branch and `:latest` docker tag are upgraded to each upstream
release candidate very soon after release (usually within 10 minutes). There release candidate very soon after release (usually within 10 minutes). There
are also docker tags for each release, e.g. `:1.23.0`. If you don't want RCs, are also docker tags for each release, e.g. `:1.57.0`. If you don't want RCs,
use the specific release tags. use the specific release tags.
[Synapse]: https://github.com/matrix-org/synapse [Synapse]: https://github.com/matrix-org/synapse
@ -18,11 +18,12 @@ use the specific release tags.
* Default power level for room creator is 9001 instead of 100. * Default power level for room creator is 9001 instead of 100.
* Room creator can specify a custom room ID with the `room_id` param in the * Room creator can specify a custom room ID with the `room_id` param in the
request body. If the room ID is already in use, it will return `M_CONFLICT`. request body. If the room ID is already in use, it will return `M_CONFLICT`.
* URL previewer user agent includes `Bot` so Twitter previews work properly. * ~~URL previewer user agent includes `Bot` so Twitter previews work properly.~~
Upstreamed after over 2 years 🎉
* Local event creation concurrency is disabled to avoid unnecessary state * Local event creation concurrency is disabled to avoid unnecessary state
resolution. resolution.
* Register admin API can register invalid user IDs. * Register admin API can register invalid user IDs.
* Docker image with jemalloc. * Docker image with jemalloc enabled by default.
* Config option to allow specific users to send events without unnecessary * Config option to allow specific users to send events without unnecessary
validation. validation.
* Config option to allow specific users to receive events that are usually * Config option to allow specific users to receive events that are usually