Skip to content

Commit d33035d

Browse files
committed
chore: remove httpCode from FederationValidationError
1 parent 82fa056 commit d33035d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ee/packages/federation-matrix/src/FederationMatrix.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,6 @@ export class FederationMatrix extends ServiceClass implements IFederationMatrixS
214214
throw new FederationValidationError(
215215
'POLICY_DENIED',
216216
`Invalid federated username format: ${usernames.filter((username) => !validateFederatedUsername(username)).join(', ')}. Federated usernames must follow the format @username:domain.com`,
217-
403,
218217
);
219218
}
220219

0 commit comments

Comments
 (0)