my suffering is over

This commit is contained in:
2024-10-16 00:06:48 -04:00
Unverified
parent 54a0b7b00b
commit 3cfad53e06
7 changed files with 108 additions and 87 deletions

View File

@@ -20,6 +20,6 @@ pub struct CServer {
pub is_admin: bool,
pub is_owner: bool,
pub rooms: Vec<Room>,
pub last_event_index: u32,
pub last_event_index: i64,
pub messages: Vec<Message>,
}