feat(jsonrpc): add copy_to_blobdir api (#6660)

Add a new API to jsonrpc to copy a file over to blobdir. This enables
desktop tauri to not give global file permission.
This commit is contained in:
Sebastian Klähn
2025-03-17 14:08:44 +01:00
committed by GitHub
parent 156f9642fe
commit 3d061d1dbd
3 changed files with 13 additions and 2 deletions

View File

@@ -52,7 +52,7 @@ pub(crate) mod events;
pub use events::*;
mod aheader;
mod blob;
pub mod blob;
pub mod chat;
pub mod chatlist;
pub mod config;