Forgotten argument fix
This commit is contained in:
		
					parent
					
						
							
								9411e8c35a
							
						
					
				
			
			
				commit
				
					
						784b9cca6a
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -28,7 +28,7 @@ class ProcessInteractionService | |||
|       when :post | ||||
|         add_post!(body, account) if mentions_account?(xml, target_account) | ||||
|       when :share | ||||
|         add_post!(body, account) unless status.nil? | ||||
|         add_post!(body, account) unless status(xml).nil? | ||||
|       end | ||||
|     end | ||||
|   end | ||||
|  | @ -59,7 +59,7 @@ class ProcessInteractionService | |||
|   end | ||||
| 
 | ||||
|   def favourite!(xml, from_account) | ||||
|     status.favourites.first_or_create!(account: from_account) | ||||
|     status(xml).favourites.first_or_create!(account: from_account) | ||||
|   end | ||||
| 
 | ||||
|   def add_post!(body, account) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue