Advertise new link and sync capability

This commit is contained in:
trevor-signal
2025-09-11 11:09:31 -04:00
committed by GitHub
parent f6f67dec52
commit 61ab375308

View File

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