import staged users as inactive in mbox import

This commit is contained in:
Arpit Jalan 2017-12-13 08:45:43 +05:30
parent a7c1b0c81f
commit 3190c13c22
1 changed files with 1 additions and 0 deletions

View File

@ -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