mirror of
https://github.com/discourse/discourse.git
synced 2025-03-21 14:26:40 +08:00
FIX: Restoring with disable_emails: false
didn't work anymore
This commit is contained in:
parent
d7ccb58559
commit
5889309d3b
@ -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