forked from cybrespace/mastodon
		
	Remove unneeded block check
This commit is contained in:
		
							parent
							
								
									6d98a73180
								
							
						
					
					
						commit
						f2e08ff568
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -17,8 +17,6 @@ class ProcessInteractionService < BaseService
 | 
				
			||||||
    domain   = Addressable::URI.parse(url).host
 | 
					    domain   = Addressable::URI.parse(url).host
 | 
				
			||||||
    account  = Account.find_by(username: username, domain: domain)
 | 
					    account  = Account.find_by(username: username, domain: domain)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    return if DomainBlock.blocked?(domain)
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    if account.nil?
 | 
					    if account.nil?
 | 
				
			||||||
      account = follow_remote_account_service.call("#{username}@#{domain}")
 | 
					      account = follow_remote_account_service.call("#{username}@#{domain}")
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue