Skip to content

Commit

Permalink
Fix FollowersOnlyMode not being public (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
RAnders00 authored Jun 23, 2021
1 parent dd2c258 commit d2e1a16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
Version numbers follow [Semantic Versioning](https://semver.org/).

## Unversioned

- Bugfix: Fixed `FollowersOnlyMode` enum not being exported from the crate. (#135)

## v3.0.0

- Breaking: Transports were refactored slightly:
Expand Down
2 changes: 1 addition & 1 deletion src/message/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ pub use commands::ping::PingMessage;
pub use commands::pong::PongMessage;
pub use commands::privmsg::PrivmsgMessage;
pub use commands::reconnect::ReconnectMessage;
pub use commands::roomstate::RoomStateMessage;
pub use commands::roomstate::{FollowersOnlyMode, RoomStateMessage};
pub use commands::usernotice::{SubGiftPromo, UserNoticeEvent, UserNoticeMessage};
pub use commands::userstate::UserStateMessage;
pub use commands::whisper::WhisperMessage;
Expand Down

0 comments on commit d2e1a16

Please sign in to comment.