Got the new page added.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user