Move ChatMsg trait to chat2

This commit is contained in:
Joscha 2023-04-17 10:07:56 +02:00
parent 6f0088e194
commit e2b75d2f52
2 changed files with 11 additions and 3 deletions

View file

@ -26,7 +26,7 @@ use crate::macros::{logging_unwrap, ok_or_return, some_or_return};
use crate::util::InfallibleExt;
use crate::vault::Vault;
pub use self::chat::ChatMsg;
pub use self::chat2::ChatMsg;
use self::chat2::ChatState;
use self::input::{key, InputEvent, KeyBindingsList};
use self::rooms::Rooms;