added key to sync for each install of MAC.
Keeps a list of installed identities and site assignments of reach MAC install
This commit is contained in:
@@ -72,7 +72,7 @@ const assignManager = {
|
||||
await this.area.set({
|
||||
[siteStoreKey]: data
|
||||
});
|
||||
if (backup) await sync.storageArea.backup({undelete: siteStoreKey});
|
||||
if (backup) await sync.storageArea.backup({undeleteSiteStoreKey: siteStoreKey});
|
||||
return;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user