Skip to content

Commit a55744c

Browse files
committed
don't show thread followers
1 parent 0f33c98 commit a55744c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/initializers/thredded.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
Thredded.content_visible_while_pending_moderation = true
5151

5252
# Whether users that are following a topic are listed on topic page.
53-
Thredded.show_topic_followers = true
53+
Thredded.show_topic_followers = false
5454

5555
# This model can be customized further by overriding a handful of methods on the User model.
5656
# For more information, see app/models/thredded/user_extender.rb.

0 commit comments

Comments
 (0)