Got content added to new pages.

This commit is contained in:
2025-05-02 18:04:17 -04:00
parent 57a09461f1
commit ea825c89eb
7 changed files with 47 additions and 14 deletions

View File

@ -9,7 +9,12 @@ use std::{
};
use uuid::Uuid;
const RESPONS_TO: [MsgType; 4] = [MsgType::ActionOk, MsgType::Document, MsgType::Error, MsgType::SessionValidated];
const RESPONS_TO: [MsgType; 4] = [
MsgType::ActionOk,
MsgType::Document,
MsgType::Error,
MsgType::SessionValidated,
];
#[derive(Clone)]
pub struct ClientChannel {