Handle PR OTA version mismatches and failures (#11330)
This commit is contained in:
@@ -63,6 +63,11 @@ export type Device = {
|
||||
activitySubscriptionsNudged?: boolean
|
||||
threadgateNudged?: boolean
|
||||
inviteFriendsFollowersPromoDismissed?: boolean
|
||||
pendingOTAUpdate?: {
|
||||
attemptedAt: number
|
||||
channel: string
|
||||
updateId: string
|
||||
}
|
||||
/**
|
||||
* Selected color theme for the Invite Friends QR card.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user