mirror of
https://github.com/discourse/discourse.git
synced 2025-05-21 18:12:32 +08:00
Require dependency otherwise it causes Sidekiq to lock up in development.
This commit is contained in:
@ -44,6 +44,8 @@ after_initialize do
|
||||
# Disable welcome message because that is what the bot is supposed to replace.
|
||||
SiteSetting.send_welcome_message = false
|
||||
|
||||
require_dependency 'plugin_store'
|
||||
|
||||
module ::DiscourseNarrativeBot
|
||||
PLUGIN_NAME = "discourse-narrative-bot".freeze
|
||||
|
||||
|
Reference in New Issue
Block a user