Rename second euph Message to SmallMessage

This commit is contained in:
Joscha 2022-08-01 20:03:52 +02:00
parent 8e2e7d4764
commit ac2602c4b8
5 changed files with 16 additions and 17 deletions

View file

@ -37,7 +37,7 @@ pub struct EuphRoom {
state: State,
room: Option<euph::Room>,
chat: ChatState<euph::Message, EuphVault>,
chat: ChatState<euph::SmallMessage, EuphVault>,
nick_list: ListState<String>,
}