Private
Public Access
1
0

plumb attachment guids for sendmessage

This commit is contained in:
2025-06-12 20:36:40 -07:00
parent 930f905efc
commit ff03e73758
6 changed files with 22 additions and 8 deletions

View File

@@ -175,7 +175,7 @@ impl AttachmentStore {
daemon_event_sink: &Sender<DaemonEvent>,
) -> Result<String> {
use tokio::fs::File;
use tokio::io::BufReader;
use tokio::io::BufReader;
// Create uploads directory if it doesn't exist.
let uploads_path = store_path.join("uploads");