Got the new page added.

This commit is contained in:
2025-05-02 08:09:05 -04:00
parent 4fbbd30c4b
commit 57a09461f1
2 changed files with 2 additions and 1 deletions

View File

@ -140,6 +140,7 @@ impl MoreThanText {
msg.add_data("sess_id", sess_id);
msg.add_data("action", action);
msg.add_data("name", doc_name.into());
msg.add_data("doc", "splat");
let rx = self.client_channel.send(msg);
let reply = rx.recv().unwrap();
MTTReply::new(reply)