adapt to new PGP-contacts

This commit is contained in:
adbenitez 2025-06-24 17:46:51 +02:00
parent bd3c4f9186
commit 966d8784f3
17 changed files with 96 additions and 9 deletions

View file

@ -173,6 +173,10 @@ public class Rpc {
}
}
public String getMigrationError(int accountId) throws RpcException {
return gson.fromJson(getResult("get_migration_error", accountId), String.class);
}
private static class Response {
public final int id;
public final JsonElement result;