Fix first return value of FetchLinkCardService.html method (#15630)
This commit is contained in:
		
							parent
							
								
									4f05a43f8f
								
							
						
					
					
						commit
						7f1c56954b
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -47,11 +47,11 @@ class FetchLinkCardService < BaseService
 | 
			
		|||
 | 
			
		||||
    Request.new(:get, @url).add_headers('Accept' => 'text/html', 'User-Agent' => Mastodon::Version.user_agent + ' Bot').perform do |res|
 | 
			
		||||
      if res.code == 200 && res.mime_type == 'text/html'
 | 
			
		||||
        @html = res.body_with_limit
 | 
			
		||||
        @html_charset = res.charset
 | 
			
		||||
        @html = res.body_with_limit
 | 
			
		||||
      else
 | 
			
		||||
        @html = nil
 | 
			
		||||
        @html_charset = nil
 | 
			
		||||
        @html = nil
 | 
			
		||||
      end
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue