Fix deserializing empty events and replies
This commit is contained in:
parent
c479cbd687
commit
0c135844a4
4 changed files with 9 additions and 8 deletions
|
|
@ -110,7 +110,7 @@ pub struct SendReply(pub Message);
|
|||
|
||||
/// Request a list of sessions currently joined in the room.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Who;
|
||||
pub struct Who {}
|
||||
|
||||
/// Lists the sessions currently joined in the room.
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue