Improvements to local import testing

This commit is contained in:
trevor-signal
2026-03-10 12:01:01 -04:00
committed by GitHub
parent a03229349e
commit 3bd11cf215
3 changed files with 22 additions and 1 deletions

View File

@@ -391,7 +391,7 @@ export class Provisioner {
.toAppUrl({
uuid,
pubKey: Bytes.toBase64(cipher.getPublicKey().serialize()),
capabilities: isLinkAndSyncEnabled() ? ['backup4', 'backup5'] : [],
capabilities: isLinkAndSyncEnabled() ? ['backup5'] : [],
})
.toString();