fix: Correct error code

This commit is contained in:
Ginger
2026-05-20 12:57:46 -04:00
committed by Ellis Git
parent 185f8c42dc
commit 035bfea93c
+1 -1
View File
@@ -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."
)));
}