Skip to content
6 changes: 6 additions & 0 deletions src/features/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ mod chatstate;
mod contacts;
mod groups;
mod mex;
pub(crate) mod newsletter;
mod presence;
mod profile;
pub(crate) mod status;
Expand All @@ -25,6 +26,11 @@ pub use groups::{

pub use mex::{Mex, MexError, MexErrorExtensions, MexGraphQLError, MexRequest, MexResponse};

pub use newsletter::{
Newsletter, NewsletterMessage, NewsletterMetadata, NewsletterReactionCount, NewsletterRole,
NewsletterState, NewsletterVerification,
};

pub use presence::{Presence, PresenceError, PresenceStatus};

pub use profile::{Profile, SetProfilePictureResponse};
Expand Down
Loading
Loading