OmikronConnector hotfix
This commit is contained in:
parent
8b21e451dd
commit
7349d87388
8 changed files with 398 additions and 40 deletions
|
|
@ -5,7 +5,6 @@ use std::io::{Read, Write};
|
|||
use std::path::Path;
|
||||
use uuid::Uuid;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
|
||||
pub enum MessageState {
|
||||
Read,
|
||||
Received,
|
||||
|
|
|
|||
Loading…
Reference in a new issue