mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
new xdc fixing mentioned problems
This commit is contained in:
Binary file not shown.
@@ -343,6 +343,8 @@ impl Context {
|
||||
self.sql.set_raw_config(key, value).await?;
|
||||
self.debug_logging.store(0, atomic::Ordering::Relaxed);
|
||||
} else {
|
||||
|
||||
// the unbundled version lives at https://github.com/webxdc/webxdc_logging
|
||||
let data: &[u8] = include_bytes!("../assets/webxdc_logging.xdc");
|
||||
|
||||
let file = BlobObject::create(self, "webxdc_debug_logging.xdc", data).await?;
|
||||
|
||||
Reference in New Issue
Block a user