mirror of
				https://github.com/matrix-org/synapse.git
				synced 2025-11-04 10:11:05 +01:00 
			
		
		
		
	Comment when our 3pids would be incomplete
This commit is contained in:
		
							parent
							
								
									9d0d40fc15
								
							
						
					
					
						commit
						ece7e00048
					
				@ -372,6 +372,7 @@ class RegisterRestServlet(RestServlet):
 | 
				
			|||||||
        """
 | 
					        """
 | 
				
			||||||
        reqd = ('medium', 'address', 'validated_at')
 | 
					        reqd = ('medium', 'address', 'validated_at')
 | 
				
			||||||
        if any(x not in threepid for x in reqd):
 | 
					        if any(x not in threepid for x in reqd):
 | 
				
			||||||
 | 
					            # This will only happen if the ID server returns a malformed response
 | 
				
			||||||
            logger.info("Can't add incomplete 3pid")
 | 
					            logger.info("Can't add incomplete 3pid")
 | 
				
			||||||
            return
 | 
					            return
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -437,6 +438,7 @@ class RegisterRestServlet(RestServlet):
 | 
				
			|||||||
        """
 | 
					        """
 | 
				
			||||||
        reqd = ('medium', 'address', 'validated_at')
 | 
					        reqd = ('medium', 'address', 'validated_at')
 | 
				
			||||||
        if any(x not in threepid for x in reqd):
 | 
					        if any(x not in threepid for x in reqd):
 | 
				
			||||||
 | 
					            # This will only happen if the ID server returns a malformed response
 | 
				
			||||||
            logger.info("Can't add incomplete 3pid")
 | 
					            logger.info("Can't add incomplete 3pid")
 | 
				
			||||||
            defer.returnValue()
 | 
					            defer.returnValue()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user