mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-10-27 06:11:36 +01:00 
			
		
		
		
	Change register/available to POST (from GET)
This commit is contained in:
		
							parent
							
								
									ca238bc023
								
							
						
					
					
						commit
						f7278e612e
					
				| @ -142,7 +142,7 @@ class UsernameAvailabilityRestServlet(RestServlet): | ||||
|         ) | ||||
| 
 | ||||
|     @defer.inlineCallbacks | ||||
|     def on_GET(self, request): | ||||
|     def on_POST(self, request): | ||||
|         ip = self.hs.get_ip_from_request(request) | ||||
|         with self.ratelimiter.ratelimit(ip) as wait_deferred: | ||||
|             yield wait_deferred | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user