OmikronConnector hotfix

This commit is contained in:
Jonathan Wanke 2025-09-01 23:31:41 +02:00
commit 7349d87388
8 changed files with 398 additions and 40 deletions

View file

@ -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,

View file

@ -1,4 +1,4 @@
pub mod fileUtil;
pub mod chatFiles;
pub mod configUtil;
pub mod chatsUtil;
pub mod file_util;
pub mod chat_files;
pub mod config_util;
pub mod chats_util;