Skip to content

Commit

Permalink
don't show thread followers
Browse files Browse the repository at this point in the history
  • Loading branch information
drusepth committed Dec 27, 2017
1 parent 0f33c98 commit a55744c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/thredded.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a55744c

Please sign in to comment.