mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Fixed certificate import
This commit is contained in:
@@ -174,7 +174,7 @@ public class EntityCertificate {
|
||||
|
||||
public static EntityCertificate fromJSON(JSONObject json) throws JSONException, CertificateException, NoSuchAlgorithmException {
|
||||
EntityCertificate certificate = new EntityCertificate();
|
||||
certificate.id = json.getLong("id");
|
||||
// id
|
||||
certificate.intermediate = json.optBoolean("intermediate");
|
||||
certificate.email = json.getString("email");
|
||||
certificate.data = json.getString("data");
|
||||
|
||||
Reference in New Issue
Block a user