fix: Omit children with invalid state from space summary

This commit is contained in:
timedout 2025-12-18 19:42:07 +00:00 committed by Ellis Git
parent 86450da705
commit 48a6a475ce

View file

@ -264,6 +264,8 @@ fn get_space_child_events<'a>(
if content.via.is_empty() {
return None;
}
} else {
return None;
}
if RoomId::parse(&state_key).is_err() {