mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
Advertise new link and sync capability
This commit is contained in:
@@ -417,7 +417,7 @@ export class Provisioner {
|
||||
.toAppUrl({
|
||||
uuid,
|
||||
pubKey: Bytes.toBase64(cipher.getPublicKey().serialize()),
|
||||
capabilities: isLinkAndSyncEnabled() ? ['backup4'] : [],
|
||||
capabilities: isLinkAndSyncEnabled() ? ['backup4', 'backup5'] : [],
|
||||
})
|
||||
.toString();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user