Page MenuHomePhabricator

[client-backup] add initial backup types
ClosedPublic

Authored by kamil on Aug 29 2023, 2:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 17, 8:14 AM
Unknown Object (File)
Sat, May 4, 2:37 PM
Unknown Object (File)
Apr 5 2024, 2:49 AM
Unknown Object (File)
Apr 5 2024, 2:49 AM
Unknown Object (File)
Apr 5 2024, 2:48 AM
Unknown Object (File)
Apr 5 2024, 2:39 AM
Unknown Object (File)
Mar 17 2024, 8:42 PM
Unknown Object (File)
Feb 19 2024, 8:33 AM
Subscribers

Details

Summary

Types to handle information about backup.

UserKeys - was discussed on crypto sync.
UserData - selecting store which not updates very often because in initial version we perform full backup, so this should avoid slowing down app too much.
BackupAuth - D8911

Depends on D8991

Test Plan

N/A

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kamil held this revision as a draft.
kamil published this revision for review.Aug 29 2023, 3:06 AM
This revision is now accepted and ready to land.Aug 29 2023, 5:18 AM
lib/types/backup-types.js
14–18 ↗(On Diff #30470)

This type will be used widely across codebase, not only for backups, but we can update it later

This revision was automatically updated to reflect the committed changes.