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)
Thu, Nov 7, 12:52 PM
Unknown Object (File)
Thu, Nov 7, 12:35 PM
Unknown Object (File)
Mon, Oct 28, 11:03 AM
Unknown Object (File)
Sun, Oct 27, 4:25 PM
Unknown Object (File)
Oct 8 2024, 1:44 PM
Unknown Object (File)
Oct 3 2024, 8:31 PM
Unknown Object (File)
Sep 27 2024, 11:27 PM
Unknown Object (File)
Sep 27 2024, 11:27 PM
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.