diff --git a/script/import_scripts/mbox/importer.rb b/script/import_scripts/mbox/importer.rb index 2b2c13c40a7..54a00f4417f 100644 --- a/script/import_scripts/mbox/importer.rb +++ b/script/import_scripts/mbox/importer.rb @@ -65,6 +65,7 @@ module ImportScripts::Mbox name: row['name'], trust_level: @settings.trust_level, staged: true, + active: false, created_at: to_time(row['date_of_first_message']) } end