radicle: Add missing embeds in `RevisionComment`
This commit is contained in:
parent
65118e6ce9
commit
193ed2f675
|
|
@ -1002,6 +1002,7 @@ impl Patch {
|
||||||
revision,
|
revision,
|
||||||
body,
|
body,
|
||||||
reply_to,
|
reply_to,
|
||||||
|
embeds,
|
||||||
..
|
..
|
||||||
} => {
|
} => {
|
||||||
if let Some(revision) = lookup::revision_mut(self, &revision)? {
|
if let Some(revision) = lookup::revision_mut(self, &revision)? {
|
||||||
|
|
@ -1013,7 +1014,7 @@ impl Patch {
|
||||||
body,
|
body,
|
||||||
reply_to,
|
reply_to,
|
||||||
None,
|
None,
|
||||||
vec![],
|
embeds,
|
||||||
)?;
|
)?;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue