Fix deserializing empty events and replies

This commit is contained in:
Joscha 2023-04-08 20:05:41 +02:00
parent c479cbd687
commit 0c135844a4
4 changed files with 9 additions and 8 deletions

View file

@ -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)]