chore: remove two outdated todo comments (#7550)

remove two small outdated to do comments that are not relevant anymore
(already done or solved differently)
This commit is contained in:
Simon Laux
2025-12-02 20:08:24 +01:00
committed by GitHub
parent f359a9c451
commit 8bce137e06
2 changed files with 2 additions and 2 deletions

View File

@@ -15,7 +15,7 @@ pub enum Account {
display_name: Option<String>,
addr: Option<String>,
// size: u32,
profile_image: Option<String>, // TODO: This needs to be converted to work with blob http server.
profile_image: Option<String>,
color: String,
/// Optional tag as "Work", "Family".
/// Meant to help profile owner to differ between profiles with similar names.

View File

@@ -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<String>,