Browse Source
This can be useful when running a smaller instance that also has bot accounts, where you don't want them to clutter up the Local timeline.pull/1296/head
6 changed files with 56 additions and 2 deletions
@ -0,0 +1,5 @@
|
||||
# frozen_string_literal: true |
||||
|
||||
Rails.application.configure do |
||||
config.x.local_timeline_exclude_bots = ENV['LOCAL_TIMELINE_EXCLUDE_BOTS'] == 'true' |
||||
end |
||||
Loading…
Reference in new issue