Add / remove from group + clean up code.

This commit is contained in:
Paul Makles
2020-04-10 13:09:04 +01:00
parent 83f1fbe747
commit a910bd657a
8 changed files with 173 additions and 95 deletions

View File

@@ -20,3 +20,7 @@ pub struct Message {
pub previous_content: Option<Vec<PreviousEntry>>,
}
// ? TODO: write global send message
// ? pub fn send_message();
// ? handle websockets?