fix(tasks): do not recurse activities by default

This commit is contained in:
xeruf 2024-11-15 17:12:52 +01:00
parent 473f26d7a5
commit 59b789d5ed

View file

@ -179,7 +179,7 @@ impl TasksRelay {
search_depth: 4, search_depth: 4,
view_depth: 0, view_depth: 0,
recurse_activities: true, recurse_activities: false,
sender, sender,
overflow: Default::default(), overflow: Default::default(),