File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
deltachat-jsonrpc/src/api/types Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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.
Original file line number Diff line number Diff 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 > ,
You can’t perform that action at this time.
0 commit comments