Rename second euph Message to SmallMessage
This commit is contained in:
parent
8e2e7d4764
commit
ac2602c4b8
5 changed files with 16 additions and 17 deletions
|
|
@ -1,10 +1,10 @@
|
|||
pub mod api;
|
||||
mod conn;
|
||||
mod message;
|
||||
mod room;
|
||||
mod small_message;
|
||||
mod util;
|
||||
|
||||
pub use conn::{Joined, Joining, Status};
|
||||
pub use message::Message;
|
||||
pub use room::Room;
|
||||
pub use small_message::SmallMessage;
|
||||
pub use util::{hue, nick_color, nick_style};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue