forked from cybrespace/mastodon
		
	Fix nil error in log_target_from_history helper (#6173)
This commit is contained in:
		
							parent
							
								
									ff924f95bb
								
							
						
					
					
						commit
						02e3e1ec09
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -34,7 +34,7 @@ module Admin::ActionLogsHelper
 | 
			
		|||
      link_to attributes['domain'], "https://#{attributes['domain']}"
 | 
			
		||||
    when 'Status'
 | 
			
		||||
      tmp_status = Status.new(attributes)
 | 
			
		||||
      link_to tmp_status.account.acct, TagManager.instance.url_for(tmp_status)
 | 
			
		||||
      link_to tmp_status.account&.acct || "##{tmp_status.account_id}", TagManager.instance.url_for(tmp_status)
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue