Update link & sync availability

This commit is contained in:
trevor-signal
2025-01-23 15:41:27 -05:00
committed by GitHub
parent 036c045af7
commit 41c7571845
2 changed files with 10 additions and 3 deletions

View File

@@ -422,7 +422,7 @@ export class Provisioner {
.toAppUrl({
uuid,
pubKey: Bytes.toBase64(cipher.getPublicKey()),
capabilities: isLinkAndSyncEnabled(this.#appVersion) ? ['backup2'] : [],
capabilities: isLinkAndSyncEnabled(this.#appVersion) ? ['backup'] : [],
})
.toString();