feat: publish key bundles and accounts via logos delivery (#184)

* feat: publish key bundles and accounts via logos delivery

* chore: clear format

* feat: use protobuf for registry

* chore: update chat proto rev

* feat: merge http registry into logos delivery

* chore: renaming chat store for contact registry
This commit is contained in:
kaichao
2026-07-26 09:10:43 +08:00
committed by GitHub
parent 7474f023ed
commit 5c55c2ee76
13 changed files with 715 additions and 455 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ pub enum FileTransportError {
Io(#[from] io::Error),
}
#[derive(Debug)]
#[derive(Clone, Debug)]
pub struct FileTransport {
transport_dir: PathBuf,
inbound_rx: Option<Receiver<Vec<u8>>>,