Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gitlab/chat.rb')
-rw-r--r--lib/gitlab/chat.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/chat.rb b/lib/gitlab/chat.rb
index 23d4fb36b66..30e9989d270 100644
--- a/lib/gitlab/chat.rb
+++ b/lib/gitlab/chat.rb
@@ -4,7 +4,7 @@ module Gitlab
module Chat
# Returns `true` if Chatops is available for the current instance.
def self.available?
- ::Feature.enabled?(:chatops, default_enabled: true)
+ ::Feature.enabled?(:chatops)
end
end
end