Implement client invite endpoint
Refactor room server to automatically determine auth events Add documentation in various places
This commit is contained in:
parent
6f8c224d50
commit
bcc6cbb24b
15 changed files with 345 additions and 209 deletions
|
@ -5,6 +5,11 @@ defmodule MatrixServerWeb.Federation.KeyController do
|
|||
|
||||
alias MatrixServer.KeyServer
|
||||
|
||||
@doc """
|
||||
Gets the homeserver's published signing keys.
|
||||
|
||||
Action for GET /_matrix/key/v2/server/{keyId}.
|
||||
"""
|
||||
def get_signing_keys(conn, _params) do
|
||||
keys =
|
||||
KeyServer.get_own_signing_keys()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue