mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 01:54:26 +01:00
Use legacy sender certificate, until uuid support is complete
This commit is contained in:
@@ -997,7 +997,9 @@ public class Manager implements Signal {
|
||||
}
|
||||
|
||||
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
|
||||
return certificate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user