Change public to show on echo/file areas to enable limiting whats shown in the activity graph

This commit is contained in:
2023-07-28 13:22:39 +10:00
parent ddb8c349b6
commit f1ccca25ea
9 changed files with 20 additions and 18 deletions

View File

@@ -77,7 +77,7 @@ class InitialSetupSeeder extends Seeder
'name'=>'-BAD_AREA',
'description'=>'Inbound invalid echomail',
'active'=>TRUE,
'public'=>TRUE,
'show'=>TRUE,
'domain_id'=>$do->id,
]);
@@ -85,7 +85,7 @@ class InitialSetupSeeder extends Seeder
'name'=>'-BAD_AREA',
'description'=>'Inbound invalid files',
'active'=>TRUE,
'public'=>TRUE,
'show'=>TRUE,
'domain_id'=>$do->id,
]);
}