From 8bce137e0693bbaca59610a4cdb6142fd1a6be80 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Tue, 2 Dec 2025 20:08:24 +0100 Subject: [PATCH] chore: remove two outdated todo comments (#7550) remove two small outdated to do comments that are not relevant anymore (already done or solved differently) --- deltachat-jsonrpc/src/api/types/account.rs | 2 +- deltachat-jsonrpc/src/api/types/chat.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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,