Rename second euph Message to SmallMessage
This commit is contained in:
parent
8e2e7d4764
commit
ac2602c4b8
5 changed files with 16 additions and 17 deletions
|
|
@ -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>,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue