mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
new hidden 'allow_staged_accounts' setting
This commit is contained in:
@@ -7,8 +7,8 @@ class PostJobsEnqueuer
|
||||
end
|
||||
|
||||
def enqueue_jobs
|
||||
# We need to enqueue jobs after the transaction. Otherwise they might begin before the data has
|
||||
# been comitted.
|
||||
# We need to enqueue jobs after the transaction.
|
||||
# Otherwise they might begin before the data has been comitted.
|
||||
enqueue_post_alerts unless @opts[:import_mode]
|
||||
feature_topic_users unless @opts[:import_mode]
|
||||
trigger_post_post_process
|
||||
|
||||
Reference in New Issue
Block a user