Got content added to new pages.
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user