parent
							
								
									f8fe394e7a
								
							
						
					
					
						commit
						605e2a417c
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -33,12 +33,10 @@ 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
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def remove_from_mentioned(stream_entry)
 | 
					  def remove_from_mentioned(stream_entry)
 | 
				
			||||||
    salmon_xml       = stream_entry_to_xml(stream_entry)
 | 
					    salmon_xml       = stream_entry_to_xml(stream_entry)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue