radicle: Add missing embeds in `RevisionComment`
This commit is contained in:
parent
65118e6ce9
commit
193ed2f675
|
|
@ -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,
|
||||
)?;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue