chore: let user know about 429 status (#2747)
This commit is contained in:
@@ -56,4 +56,5 @@ export enum ApplicationEvent {
|
||||
/** Called when the app first launches and after first sync request made after sign in */
|
||||
CompletedInitialSync = 'Application:CompletedInitialSync',
|
||||
DidPurchaseSubscription = 'Application:DidPurchaseSubscription',
|
||||
SyncTooManyRequests = 'Application:SyncTooManyRequests',
|
||||
}
|
||||
|
||||
@@ -33,6 +33,7 @@ export enum SyncEvent {
|
||||
ReceivedSharedVaultInvites = 'received-shared-vault-invites',
|
||||
ReceivedNotifications = 'received-user-events',
|
||||
ReceivedAsymmetricMessages = 'received-asymmetric-messages',
|
||||
TooManyRequests = 'too-many-requests',
|
||||
}
|
||||
|
||||
export type SyncEventReceivedRemoteSharedVaultsData = SharedVaultServerHash[]
|
||||
|
||||
Reference in New Issue
Block a user