Actually increment the moved "new user" counter.
This commit is contained in:
		
							parent
							
								
									ef9a7fda9a
								
							
						
					
					
						commit
						0117fc12c7
					
				| 
						 | 
					@ -209,6 +209,7 @@ public class AccountsManager {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      if (freshUser) {
 | 
					      if (freshUser) {
 | 
				
			||||||
        tags = Tags.of("type", "new");
 | 
					        tags = Tags.of("type", "new");
 | 
				
			||||||
 | 
					        newUserMeter.mark();
 | 
				
			||||||
      } else {
 | 
					      } else {
 | 
				
			||||||
        tags = Tags.of("type", "reregister");
 | 
					        tags = Tags.of("type", "reregister");
 | 
				
			||||||
      }
 | 
					      }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue