Finished server

hopefully
This commit is contained in:
2024-10-08 15:40:52 -04:00
Unverified
parent 0c338bffe7
commit 7a59b7537a
2 changed files with 16 additions and 16 deletions

View File

@@ -21,17 +21,17 @@ pub struct NewMessageEvent {
pub message: Message,
}
#[bincode_packet]
pub struct StartTypingEvent {
pub user: User,
pub room: String,
}
#[bincode_packet]
pub struct StopTypingEvent {
pub user: User,
pub room: String,
}
// #[bincode_packet]
// pub struct StartTypingEvent {
// pub user: User,
// pub room: String,
// }
//
// #[bincode_packet]
// pub struct StopTypingEvent {
// pub user: User,
// pub room: String,
// }
#[bincode_packet]
pub struct NewRoomEvent {