Module: NewsmastMastodon::Overrides::RemoveStatusServiceExtension
- Defined in:
- app/services/newsmast_mastodon/overrides/remove_status_service_extension.rb
Instance Method Summary collapse
Instance Method Details
#remove_from_followers ⇒ Object
8 9 10 11 12 13 |
# File 'app/services/newsmast_mastodon/overrides/remove_status_service_extension.rb', line 8 def remove_from_followers @account.followers_for_local_distribution.includes(:user).reorder(nil).find_each do |follower| FeedManager.instance.unpush_from_home(follower, @status) FeedManager.instance.unpush_from_custom(follower, @status) end end |