Update dep minidom-rs to 0.2.0
This commit is contained in:
parent
9c6b42a961
commit
92969154b4
4 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@ impl MessagingPlugin {
|
|||
.attr("type", "chat")
|
||||
.attr("to", to.to_string())
|
||||
.build();
|
||||
elem.append_child(Element::builder("body").text(body).build());
|
||||
elem.append_child(Element::builder("body").append(body).build());
|
||||
self.proxy.send(elem);
|
||||
Ok(())
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue