Fix typo
This commit is contained in:
		
							parent
							
								
									434c3fb2f7
								
							
						
					
					
						commit
						663c0edd8d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -42,7 +42,7 @@ class ProcessFeedService < BaseService | ||||||
|       status = status_from_xml(@xml) |       status = status_from_xml(@xml) | ||||||
| 
 | 
 | ||||||
|       if verb == :share |       if verb == :share | ||||||
|         original_status = status_from_xml(xml.at_xpath('.//activity:object', activity: ACTIVITY_NS)) |         original_status = status_from_xml(@xml.at_xpath('.//activity:object', activity: ACTIVITY_NS)) | ||||||
|         status.reblog   = original_status |         status.reblog   = original_status | ||||||
|       end |       end | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue