mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
import staged users as inactive in mbox import
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user