Add more information to websocket messages
This commit is contained in:
@@ -11,7 +11,7 @@ pub type BroadcastSender = tokio::sync::broadcast::Sender<BroadcastMessage>;
|
||||
#[derive(Debug, Clone)]
|
||||
pub struct BxRoomEvent<E> {
|
||||
pub user: UserEmail,
|
||||
pub event: Box<E>,
|
||||
pub data: Box<E>,
|
||||
pub room: Room,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user