mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
new webxdc
This commit is contained in:
Binary file not shown.
BIN
assets/webxdc_logging.xdc
Normal file
BIN
assets/webxdc_logging.xdc
Normal file
Binary file not shown.
@@ -335,7 +335,7 @@ impl Context {
|
|||||||
message::delete_msgs(self, &[MsgId::new(webxdc_message_id)]).await?;
|
message::delete_msgs(self, &[MsgId::new(webxdc_message_id)]).await?;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
let data: &[u8] = include_bytes!("../assets/webxdc-dev.xdc");
|
let data: &[u8] = include_bytes!("../assets/webxdc_logging.xdc");
|
||||||
|
|
||||||
let file = BlobObject::create(self, "webxdc_debug_logging.xdc", data).await?;
|
let file = BlobObject::create(self, "webxdc_debug_logging.xdc", data).await?;
|
||||||
let mut instance = Message::new(Viewtype::Webxdc);
|
let mut instance = Message::new(Viewtype::Webxdc);
|
||||||
|
|||||||
Reference in New Issue
Block a user