forked from cybrespace/mastodon
		
	Probably fixes #31
This commit is contained in:
		
							parent
							
								
									762157ee4e
								
							
						
					
					
						commit
						735b4cc62e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -155,7 +155,7 @@ module AtomBuilderHelper
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def include_author(xml, account)
 | 
					  def include_author(xml, account)
 | 
				
			||||||
    object_type      xml, :person
 | 
					    object_type      xml, :person
 | 
				
			||||||
    uri              xml, url_for_target(account)
 | 
					    uri              xml, uri_for_target(account)
 | 
				
			||||||
    name             xml, account.username
 | 
					    name             xml, account.username
 | 
				
			||||||
    email            xml, account.local? ? "#{account.acct}@#{Rails.configuration.x.local_domain}" : account.acct
 | 
					    email            xml, account.local? ? "#{account.acct}@#{Rails.configuration.x.local_domain}" : account.acct
 | 
				
			||||||
    summary          xml, account.note
 | 
					    summary          xml, account.note
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue