Advertise both link and sync capabilities
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
parent
86c57aeffb
commit
3b11533a98
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…
Reference in a new issue