@@ -33,10 +33,8 @@ class RemoveStatusService < BaseService
 | 
				
			|||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def remove_from_followers
 | 
					  def remove_from_followers
 | 
				
			||||||
    redis.pipelined do
 | 
					    @account.followers.local.find_each do |follower|
 | 
				
			||||||
      @account.followers.local.find_each do |follower|
 | 
					      unpush(:home, follower, @status)
 | 
				
			||||||
        unpush(:home, follower, @status)
 | 
					 | 
				
			||||||
      end
 | 
					 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user