fix: don't ignore ACLs when there is no content
despite this being very bad behavior, it is required by the spec
This commit is contained in:
parent
4b9520b5ad
commit
2f45a907f9
1 changed files with 0 additions and 5 deletions
|
@ -1687,11 +1687,6 @@ impl Service {
|
|||
}
|
||||
};
|
||||
|
||||
if acl_event_content.allow.is_empty() {
|
||||
// Ignore broken acl events
|
||||
return Ok(());
|
||||
}
|
||||
|
||||
if acl_event_content.is_allowed(server_name) {
|
||||
Ok(())
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue