stop putting boosts in the local timeline when the booster's visibility is `local`

staging
multiple creatures 2019-07-20 22:47:35 -05:00
parent 70080ce6e6
commit 19fc6952b2
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@ class FanOutOnWriteService < BaseService
deliver_to_hashtags(status)
elsif status.local_visibility?
deliver_to_followers(status)
return if status.reblog? && !Setting.show_reblogs_in_public_timelines
deliver_to_lists(status)
deliver_to_local(status) unless filtered?(status)
else