diff --git a/radicle/src/cob/patch.rs b/radicle/src/cob/patch.rs index bd3139a2..f6538185 100644 --- a/radicle/src/cob/patch.rs +++ b/radicle/src/cob/patch.rs @@ -1002,6 +1002,7 @@ impl Patch { revision, body, reply_to, + embeds, .. } => { if let Some(revision) = lookup::revision_mut(self, &revision)? { @@ -1013,7 +1014,7 @@ impl Patch { body, reply_to, None, - vec![], + embeds, )?; } }