Fix field not being public
This commit is contained in:
parent
b8ac67631e
commit
516bb82323
1 changed files with 1 additions and 1 deletions
|
|
@ -116,5 +116,5 @@ pub struct Who;
|
||||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||||
pub struct WhoReply {
|
pub struct WhoReply {
|
||||||
/// A list of session views.
|
/// A list of session views.
|
||||||
listing: Vec<SessionView>,
|
pub listing: Vec<SessionView>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue