Make tag following idempotent (#20860)
This commit is contained in:
		
							parent
							
								
									72618ebf03
								
							
						
					
					
						commit
						7fdeed5fbc
					
				@ -12,7 +12,7 @@ class Api::V1::TagsController < Api::BaseController
 | 
				
			|||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def follow
 | 
					  def follow
 | 
				
			||||||
    TagFollow.create!(tag: @tag, account: current_account, rate_limit: true)
 | 
					    TagFollow.first_or_create!(tag: @tag, account: current_account, rate_limit: true)
 | 
				
			||||||
    render json: @tag, serializer: REST::TagSerializer
 | 
					    render json: @tag, serializer: REST::TagSerializer
 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user