add webxdc

This commit is contained in:
Septias
2022-05-05 15:45:38 +02:00
parent 7479b97a00
commit ae3ae6717d
2 changed files with 1 additions and 1 deletions

View File

@@ -335,7 +335,7 @@ impl Context {
message::delete_msgs(self, &[MsgId::new(webxdc_message_id)]).await?;
}
} else {
let data: &[u8] = include_bytes!("../test-data/webxdc/minimal.xdc");
let data: &[u8] = include_bytes!("../assets/webxdc-dev.xdc");
let file = BlobObject::create(self, "webxdc_debug_logging.xdc", data).await?;
let mut instance = Message::new(Viewtype::Webxdc);