Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Allow to clear issue descriptions and comments
Defelo committed 7 months ago
commit 94d8fb1952ac4e073c7c1b7683048dff10e26638
parent 0232975bdb1324fa47c8935a26718eca742cdce8
1 file changed +0 -3
modified crates/radicle/src/cob/thread.rs
@@ -532,9 +532,6 @@ pub fn edit<L>(
    body: String,
    embeds: Vec<Embed<Uri>>,
) -> Result<(), Error> {
-
    if body.is_empty() {
-
        return Err(Error::Edit(id));
-
    }
    debug_assert!(!thread.timeline.contains(&id));
    thread.timeline.push(id);