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

@@ -84,7 +84,7 @@ class EchoareaImport implements ShouldQueue
$o->name = $area;
$o->description = ($this->prefix ?: '').$description;
$o->active = TRUE;
$o->public = TRUE;
$o->show = TRUE;
$this->do->echoareas()->save($o);
}