Move todo to proper location

This commit is contained in:
Joscha 2023-04-27 20:07:25 +02:00
parent 9f24cb2de1
commit d29441bf02
2 changed files with 1 additions and 1 deletions

View file

@ -80,7 +80,6 @@ pub struct Config {
#[document(default = "`alphabet`")] #[document(default = "`alphabet`")]
pub rooms_sort_order: RoomsSortOrder, pub rooms_sort_order: RoomsSortOrder,
// TODO Invoke external notification command?
pub euph: Euph, pub euph: Euph,
#[serde(default)] #[serde(default)]

View file

@ -13,6 +13,7 @@
// TODO Remove unnecessary Debug impls and compare compile times // TODO Remove unnecessary Debug impls and compare compile times
// TODO Time zones other than UTC // TODO Time zones other than UTC
// TODO Fix password room auth // TODO Fix password room auth
// TODO Invoke external notification command?
mod euph; mod euph;
mod export; mod export;