Advertise both link and sync capabilities
This commit is contained in:
parent
fb8c46fde1
commit
197660a966
1 changed files with 3 additions and 1 deletions
|
@ -422,7 +422,9 @@ export class Provisioner {
|
|||
.toAppUrl({
|
||||
uuid,
|
||||
pubKey: Bytes.toBase64(cipher.getPublicKey()),
|
||||
capabilities: isLinkAndSyncEnabled(this.#appVersion) ? ['backup'] : [],
|
||||
capabilities: isLinkAndSyncEnabled(this.#appVersion)
|
||||
? ['backup', 'backup2']
|
||||
: [],
|
||||
})
|
||||
.toString();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue