From 81f3cc808c0cd12c5fe14e12545b04fbebb41f50 Mon Sep 17 00:00:00 2001 From: Kim Gardner Date: Thu, 8 Jun 2017 11:33:06 -0400 Subject: [PATCH] Turn on off-topic plugin by default --- plugins.default.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/plugins.default.json b/plugins.default.json index 3f64a383b..2ed256e7b 100644 --- a/plugins.default.json +++ b/plugins.default.json @@ -3,11 +3,14 @@ "coral-plugin-respect", "coral-plugin-like", "coral-plugin-facebook-auth", - "coral-plugin-auth" + "coral-plugin-auth", + "coral-plugin-offtopic" ], "client": [ "coral-plugin-respect", "coral-plugin-like", - "coral-plugin-auth" + "coral-plugin-auth", + "coral-plugin-offtopic", + "coral-plugin-viewing-options" ] }