Compare commits
No commits in common. "1a5c95118ee78557edad99dbe0aef97e067052f3" and "19c456732391d03203e19e51fe0ffca71eaa6a00" have entirely different histories.
1a5c95118e
...
19c4567323
|
@ -1,6 +0,0 @@
|
|||
use serde::{Serialize, Deserialize};
|
||||
|
||||
#[derive(Serialize, Deserialize, Debug, Default, PartialEq, Eq, PartialOrd, Ord)]
|
||||
pub struct ChatRoomParticipants {
|
||||
pub participants: Vec<u32>,
|
||||
}
|
|
@ -1 +0,0 @@
|
|||
pub mod chat;
|
Loading…
Reference in New Issue