mirror of https://github.com/mastodon/mastodon
parent
f8fe394e7a
commit
605e2a417c
|
@ -33,10 +33,8 @@ class RemoveStatusService < BaseService
|
|||
end
|
||||
|
||||
def remove_from_followers
|
||||
redis.pipelined do
|
||||
@account.followers.local.find_each do |follower|
|
||||
unpush(:home, follower, @status)
|
||||
end
|
||||
@account.followers.local.find_each do |follower|
|
||||
unpush(:home, follower, @status)
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue