mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 03:09:43 +00:00
import staged users as inactive in mbox import
This commit is contained in:
parent
a7c1b0c81f
commit
3190c13c22
@ -65,6 +65,7 @@ module ImportScripts::Mbox
|
|||||||
name: row['name'],
|
name: row['name'],
|
||||||
trust_level: @settings.trust_level,
|
trust_level: @settings.trust_level,
|
||||||
staged: true,
|
staged: true,
|
||||||
|
active: false,
|
||||||
created_at: to_time(row['date_of_first_message'])
|
created_at: to_time(row['date_of_first_message'])
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user