mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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