mirror of
https://github.com/discourse/discourse.git
synced 2025-03-05 11:17:25 +08:00
FIX: Restoring with disable_emails: false
didn't work anymore
This commit is contained in:
parent
f0072dd897
commit
766665a287
@ -23,7 +23,8 @@ module BackupRestore
|
||||
factory: BackupRestore::Factory.new(
|
||||
user_id: user_id,
|
||||
client_id: opts[:client_id]
|
||||
)
|
||||
),
|
||||
disable_emails: opts.fetch(:disable_emails, true)
|
||||
)
|
||||
|
||||
start! restorer
|
||||
|
Loading…
x
Reference in New Issue
Block a user