Move todo to proper location
This commit is contained in:
parent
9f24cb2de1
commit
d29441bf02
2 changed files with 1 additions and 1 deletions
|
|
@ -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)]
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue