pub(crate) async fn get_server_keys_deprecated_route(
__arg0: State<State>,
) -> impl IntoResponseExpand description
ยงGET /_matrix/key/v2/server/{keyId}
Gets the public signing keys of this server.
- Matrix does not support invalidating public keys, so the key returned by this will be valid forever.