mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-20 11:58:08 +01:00
Actually increment the moved "new user" counter.
This commit is contained in:
committed by
Jon Chambers
parent
ef9a7fda9a
commit
0117fc12c7
@@ -209,6 +209,7 @@ public class AccountsManager {
|
||||
|
||||
if (freshUser) {
|
||||
tags = Tags.of("type", "new");
|
||||
newUserMeter.mark();
|
||||
} else {
|
||||
tags = Tags.of("type", "reregister");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user