huskies: merge 872
This commit is contained in:
@@ -68,6 +68,9 @@ pub fn create_story_file(
|
||||
// Write to database content store and CRDT.
|
||||
write_story_content(root, &story_id, "1_backlog", &content);
|
||||
|
||||
// Sync depends_on to the typed CRDT register.
|
||||
crate::crdt_state::set_depends_on(&story_id, depends_on.unwrap_or(&[]));
|
||||
|
||||
Ok(story_id)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user