forked from janek/mostr
fix(tasks): do not recurse activities by default
This commit is contained in:
parent
473f26d7a5
commit
59b789d5ed
1 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,7 @@ impl TasksRelay {
|
|||
|
||||
search_depth: 4,
|
||||
view_depth: 0,
|
||||
recurse_activities: true,
|
||||
recurse_activities: false,
|
||||
|
||||
sender,
|
||||
overflow: Default::default(),
|
||||
|
|
Loading…
Add table
Reference in a new issue