fix: unauthorized pdus will be responded to with FORBIDDEN

This commit is contained in:
Timo Kösters 2021-05-21 18:12:02 +02:00
parent 09157b2096
commit 989d843c40
No known key found for this signature in database
GPG key ID: 24DA7517711A2BA4
3 changed files with 6 additions and 12 deletions

View file

@ -1309,7 +1309,7 @@ impl Rooms {
if !auth_check {
return Err(Error::BadRequest(
ErrorKind::InvalidParam,
ErrorKind::Forbidden,
"Event is not authorized.",
));
}