From a55744ccce252d7de0b121571b97ab29975a32e8 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 26 Dec 2017 22:15:36 -0600 Subject: [PATCH] don't show thread followers --- config/initializers/thredded.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/initializers/thredded.rb b/config/initializers/thredded.rb index 517a8e5fe..9e04c9db4 100644 --- a/config/initializers/thredded.rb +++ b/config/initializers/thredded.rb @@ -50,7 +50,7 @@ Thredded.content_visible_while_pending_moderation = true # Whether users that are following a topic are listed on topic page. -Thredded.show_topic_followers = true +Thredded.show_topic_followers = false # This model can be customized further by overriding a handful of methods on the User model. # For more information, see app/models/thredded/user_extender.rb.