huskies: merge 865
This commit is contained in:
@@ -57,7 +57,7 @@ pub(super) fn handle_move(ctx: &CommandContext) -> Option<String> {
|
||||
};
|
||||
|
||||
let found_name = content
|
||||
.and_then(|c| crate::io::story_metadata::parse_front_matter(&c).ok())
|
||||
.and_then(|c| crate::db::yaml_legacy::parse_front_matter(&c).ok())
|
||||
.and_then(|m| m.name);
|
||||
|
||||
let display_name = found_name.as_deref().unwrap_or(&story_id);
|
||||
|
||||
Reference in New Issue
Block a user