mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
Implement federation self-test
This commit is contained in:
parent
6022d56094
commit
e14b7f28f2
4 changed files with 46 additions and 3 deletions
|
|
@ -160,4 +160,10 @@ pub(crate) enum Serve {
|
|||
|
||||
#[error("failed to run request listener on {1}")]
|
||||
Listen(#[source] std::io::Error, ListenConfig),
|
||||
|
||||
#[error(
|
||||
"federation self-test failed (set `federation.self_test = false` in \
|
||||
config to disable)"
|
||||
)]
|
||||
FederationSelfTestFailed(#[source] crate::Error),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue