Merge branch 'master' of github.com:pizzapim/matrix_server

This commit is contained in:
Pim Kunis 2021-08-06 15:52:26 +02:00
commit e0df546c6f

View file

@ -9,7 +9,7 @@ Some noteworthy contributions:
* `lib/matrix_server/state_resolution/authorization.ex`: Implementation of authorization rules for the state resolution algorithm.
* `lib/matrix_server/room_server.ex`: A GenServer that holds and manages the state of a room.
Generate the server's ed25510 keys by executing `ssh-keygen -t ed25519 -f keys/id_ed25519 -N ""`
Generate the server's ed25519 keys by executing `ssh-keygen -t ed25519 -f keys/id_ed25519 -N ""`
Dependencies: