mirror of
https://gitlab.computer.surgery/matrix/grapevine.git
synced 2025-12-17 07:41:23 +01:00
don't log that federation is disabled
This mostly just spams the logs with useless information when doing cursed local testing.
This commit is contained in:
parent
93a2bf9c93
commit
87ac0e2a38
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ where
|
|||
T: Debug,
|
||||
{
|
||||
if !services().globals.allow_federation() {
|
||||
return Err(Error::bad_config("Federation is disabled."));
|
||||
return Err(Error::BadConfig("Federation is disabled."));
|
||||
}
|
||||
|
||||
if destination == services().globals.server_name() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue