fix: Omit children with invalid state from space summary
This commit is contained in:
parent
86450da705
commit
48a6a475ce
1 changed files with 2 additions and 0 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue