draft/multiline: inbound BATCH parsing + concat assembly, deliver assembled lines; advertise limits

This commit is contained in:
Jean Chevronnet 2026-08-08 22:07:04 +00:00
parent 5a34ec57da
commit d4c4c1a7d0
6 changed files with 148 additions and 1 deletions

View file

@ -554,6 +554,8 @@ impl Server {
params: msg.params[2..].to_vec(),
ctags: String::new(),
label: None,
batch: None,
concat: false,
};
self.on_link(from, &sub);
}