mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
fix client hierarchy loop condition
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -155,10 +155,6 @@ where
|
||||
break;
|
||||
}
|
||||
|
||||
if children.is_empty() {
|
||||
break;
|
||||
}
|
||||
|
||||
if parents.len() > max_depth {
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user