fix: ACL error shouldn't break the whole request
This commit is contained in:
parent
11103a92ed
commit
f73a657a23
2 changed files with 2 additions and 5 deletions
|
@ -92,6 +92,8 @@ impl Service {
|
|||
));
|
||||
}
|
||||
|
||||
services().rooms.event_handler.acl_check(origin, &room_id)?;
|
||||
|
||||
// 1. Skip the PDU if we already have it as a timeline event
|
||||
if let Some(pdu_id) = services().rooms.timeline.get_pdu_id(event_id)? {
|
||||
return Ok(Some(pdu_id.to_vec()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue