Radish alpha
r
Radicle web interface
Radicle
Git (anonymous pull)
Log in to clone via SSH
httpd: Add `patch::Action::Lifecycle`
Sebastian Martinez committed 3 years ago
commit 609bf226e8bd5685dc0ee0243d89ef20bd084e00
parent c809bd5b420eab4b31d5e28a3a5e71e22c70bf75
1 file changed +3 -0
modified radicle-httpd/src/api/v1/projects.rs
@@ -645,6 +645,9 @@ async fn patch_update_handler(
        patch::Action::Redact { .. } => {
            todo!()
        }
+
        patch::Action::Lifecycle { state } => {
+
            patch.lifecycle(state, &signer)?;
+
        }
        patch::Action::Review {
            revision,
            comment,