Skip to content

Commit 8bce137

Browse files
authored
chore: remove two outdated todo comments (#7550)
remove two small outdated to do comments that are not relevant anymore (already done or solved differently)
1 parent f359a9c commit 8bce137

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

deltachat-jsonrpc/src/api/types/account.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub enum Account {
1515
display_name: Option<String>,
1616
addr: Option<String>,
1717
// size: u32,
18-
profile_image: Option<String>, // TODO: This needs to be converted to work with blob http server.
18+
profile_image: Option<String>,
1919
color: String,
2020
/// Optional tag as "Work", "Family".
2121
/// Meant to help profile owner to differ between profiles with similar names.

deltachat-jsonrpc/src/api/types/chat.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ pub struct FullChat {
6969
// but that would be an extra DB query.
7070
self_in_group: bool,
7171
is_muted: bool,
72-
ephemeral_timer: u32, //TODO look if there are more important properties in newer core versions
72+
ephemeral_timer: u32,
7373
can_send: bool,
7474
was_seen_recently: bool,
7575
mailing_list_address: Option<String>,

0 commit comments

Comments
 (0)