Track inconsistencies between new and old network availability for internal users.

This commit is contained in:
Cody Henthorne
2022-03-21 17:21:42 -04:00
committed by GitHub
parent 86ca1ebda0
commit 007975e7da
4 changed files with 138 additions and 0 deletions

View File

@@ -14,6 +14,7 @@ public final class NotificationIds {
public static final int USER_NOTIFICATION_MIGRATION = 525600;
public static final int DEVICE_TRANSFER = 625420;
public static final int DONOR_BADGE_FAILURE = 630001;
public static final int INTERNAL_NET_ERROR = 404404;
private NotificationIds() { }