list users
This commit is contained in:
@@ -10,7 +10,7 @@ pub mod warrens;
|
||||
|
||||
#[derive(Debug, Clone, Serialize, PartialEq)]
|
||||
#[serde(rename_all = "camelCase")]
|
||||
/// A session user that can be safely sent to the client
|
||||
/// A user that can be safely sent to the client
|
||||
pub(super) struct UserData {
|
||||
id: Uuid,
|
||||
name: String,
|
||||
|
||||
Reference in New Issue
Block a user