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 ae01a424349795da1df36c732f215214e52ef590
parent ec22c943216dc80ace47d8b593e8dc3948bf74dc
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);