Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
radicle: Add missing embeds in `RevisionComment`
Sebastian Martinez committed 2 years ago
commit 193ed2f675ac6b0d1ab79ed65057c8a56a4fab85
parent 65118e6ce9447c14154ec7154e7a1ba997bd7776
1 file changed +2 -1
modified 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,
                    )?;
                }
            }