mirror of
https://github.com/AsamK/signal-cli
synced 2025-09-02 20:40:38 +00:00
update to new provisioning URL scheme
This commit is contained in:
parent
26594dd0ee
commit
1e69690f14
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ public class DeviceLinkInfo {
|
|||
public URI createDeviceLinkUri() {
|
||||
final var deviceKeyString = Base64.getEncoder().encodeToString(deviceKey.serialize()).replace("=", "");
|
||||
try {
|
||||
return new URI("tsdevice:/?uuid="
|
||||
return new URI("sgnl://linkdevice?uuid="
|
||||
+ URLEncoder.encode(deviceIdentifier, StandardCharsets.UTF_8)
|
||||
+ "&pub_key="
|
||||
+ URLEncoder.encode(deviceKeyString, StandardCharsets.UTF_8));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue