mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Use legacy sender certificate, until uuid support is complete
This commit is contained in:
parent
d50dc69f08
commit
286070c054
1 changed files with 3 additions and 1 deletions
|
@ -997,7 +997,9 @@ public class Manager implements Signal {
|
||||||
}
|
}
|
||||||
|
|
||||||
private byte[] getSenderCertificate() throws IOException {
|
private byte[] getSenderCertificate() throws IOException {
|
||||||
byte[] certificate = accountManager.getSenderCertificate();
|
// TODO support UUID capable sender certificates
|
||||||
|
// byte[] certificate = accountManager.getSenderCertificate();
|
||||||
|
byte[] certificate = accountManager.getSenderCertificateLegacy();
|
||||||
// TODO cache for a day
|
// TODO cache for a day
|
||||||
return certificate;
|
return certificate;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue