You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
notifs: Split out NotificationProblem.TokenUnknown from TokenNotAcked
Now the two enum values TokenNotAcked and TokenUnknown together
cover the conditions that were previously covered by just
TokenNotAcked, and with no overlap.
TokenUnknown will be chosen instead of TokenNotAcked when we haven't
yet gotten a token from the platform.
0 commit comments