huskies: merge 865
This commit is contained in:
@@ -80,7 +80,7 @@ pub(super) fn resolve_qa_mode_from_store(
|
||||
/// Write review_hold to the content store.
|
||||
pub(super) fn write_review_hold_to_store(story_id: &str) {
|
||||
if let Some(contents) = crate::db::read_content(story_id) {
|
||||
let updated = crate::io::story_metadata::write_review_hold_in_content(&contents);
|
||||
let updated = crate::db::yaml_legacy::write_review_hold_in_content(&contents);
|
||||
crate::db::write_content(story_id, &updated);
|
||||
// Also persist to SQLite via shadow write.
|
||||
let stage = crate::pipeline_state::read_typed(story_id)
|
||||
|
||||
Reference in New Issue
Block a user