diff --git a/src/api/router/auth.rs b/src/api/router/auth.rs index 9360b0575..86704151a 100644 --- a/src/api/router/auth.rs +++ b/src/api/router/auth.rs @@ -91,7 +91,7 @@ impl CheckAuth for ServerSignatures { .moderation .is_remote_server_forbidden(&output.origin) { - return Err!(Request(Unauthorized( + return Err!(Request(Forbidden( "You are blocked from federating with this server." ))); }