diff --git a/deltachat-jsonrpc/src/api/types/account.rs b/deltachat-jsonrpc/src/api/types/account.rs index eb5931a32..345af666a 100644 --- a/deltachat-jsonrpc/src/api/types/account.rs +++ b/deltachat-jsonrpc/src/api/types/account.rs @@ -15,7 +15,7 @@ pub enum Account { display_name: Option, addr: Option, // size: u32, - profile_image: Option, // TODO: This needs to be converted to work with blob http server. + profile_image: Option, color: String, /// Optional tag as "Work", "Family". /// Meant to help profile owner to differ between profiles with similar names. diff --git a/deltachat-jsonrpc/src/api/types/chat.rs b/deltachat-jsonrpc/src/api/types/chat.rs index 66403ef3a..c6c1dd181 100644 --- a/deltachat-jsonrpc/src/api/types/chat.rs +++ b/deltachat-jsonrpc/src/api/types/chat.rs @@ -69,7 +69,7 @@ pub struct FullChat { // but that would be an extra DB query. self_in_group: bool, is_muted: bool, - ephemeral_timer: u32, //TODO look if there are more important properties in newer core versions + ephemeral_timer: u32, can_send: bool, was_seen_recently: bool, mailing_list_address: Option,