diff --git a/radicle/src/cob/patch.rs b/radicle/src/cob/patch.rs index 8755dc89..f3fc8abb 100644 --- a/radicle/src/cob/patch.rs +++ b/radicle/src/cob/patch.rs @@ -864,9 +864,6 @@ impl Patch { // If the revision was redacted concurrently, there's nothing to do. return Ok(()); }; - if summary.is_none() && verdict.is_none() { - return Err(Error::EmptyReview); - } if let Some(rev) = rev { // Insert a review if there isn't already one. Otherwise we just ignore // this operation @@ -2173,6 +2170,9 @@ where labels: Vec