mirror of
				https://github.com/lunaisnotaboy/mastodon.git
				synced 2025-11-04 06:45:01 +00:00 
			
		
		
		
	Probably fixes #31
This commit is contained in:
		
							parent
							
								
									762157ee4e
								
							
						
					
					
						commit
						735b4cc62e
					
				| 
						 | 
				
			
			@ -155,7 +155,7 @@ module AtomBuilderHelper
 | 
			
		|||
 | 
			
		||||
  def include_author(xml, account)
 | 
			
		||||
    object_type      xml, :person
 | 
			
		||||
    uri              xml, url_for_target(account)
 | 
			
		||||
    uri              xml, uri_for_target(account)
 | 
			
		||||
    name             xml, account.username
 | 
			
		||||
    email            xml, account.local? ? "#{account.acct}@#{Rails.configuration.x.local_domain}" : account.acct
 | 
			
		||||
    summary          xml, account.note
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue