Use legacy sender certificate, until uuid support is complete
This commit is contained in:
parent
d50dc69f08
commit
286070c054
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user