fix: Forbidden instead of InvalidParam when joining

merge-requests/84/head
Timo Kösters 3 years ago
parent 42c9ba2e5c
commit 90cd11d850
No known key found for this signature in database
GPG Key ID: 24DA7517711A2BA4

@ -839,7 +839,7 @@ pub async fn invite_helper(
if !auth_check {
return Err(Error::BadRequest(
ErrorKind::InvalidParam,
ErrorKind::Forbidden,
"Event is not authorized.",
));
}

Loading…
Cancel
Save