refactor(chat): rename dc_chat to chat

This commit is contained in:
dignifiedquire
2019-08-14 20:50:33 +02:00
parent c8ce099f22
commit 64117c2964
18 changed files with 57 additions and 57 deletions

View File

@@ -23,6 +23,7 @@ mod log;
mod error;
mod aheader;
pub mod chat;
pub mod chatlist;
pub mod config;
pub mod constants;
@@ -42,7 +43,6 @@ pub mod types;
pub mod x;
pub mod dc_array;
pub mod dc_chat;
pub mod dc_configure;
mod dc_dehtml;
mod dc_e2ee;