mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Map rule action parameters on import
This commit is contained in:
@@ -140,7 +140,7 @@ public class EntityIdentity {
|
||||
|
||||
public static EntityIdentity fromJSON(JSONObject json) throws JSONException {
|
||||
EntityIdentity identity = new EntityIdentity();
|
||||
// id
|
||||
identity.id = json.getLong("id");
|
||||
identity.name = json.getString("name");
|
||||
identity.email = json.getString("email");
|
||||
if (json.has("display") && !json.isNull("display"))
|
||||
|
||||
Reference in New Issue
Block a user