mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-17 23:34:14 +01:00
Advertise both link and sync capabilities
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -422,7 +422,9 @@ export class Provisioner {
|
|||||||
.toAppUrl({
|
.toAppUrl({
|
||||||
uuid,
|
uuid,
|
||||||
pubKey: Bytes.toBase64(cipher.getPublicKey()),
|
pubKey: Bytes.toBase64(cipher.getPublicKey()),
|
||||||
capabilities: isLinkAndSyncEnabled(this.#appVersion) ? ['backup'] : [],
|
capabilities: isLinkAndSyncEnabled(this.#appVersion)
|
||||||
|
? ['backup', 'backup2']
|
||||||
|
: [],
|
||||||
})
|
})
|
||||||
.toString();
|
.toString();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user