Skip to content

Commit

Permalink
sdk: Export Invite
Browse files Browse the repository at this point in the history
It's the type returned from Invited::invite_details() but it is not
available publicly.

Signed-off-by: Kévin Commaille <[email protected]>
  • Loading branch information
zecakeh authored and bnjbvr committed Jun 19, 2023
1 parent d105b72 commit 2b70d1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/room/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ mod member;

pub use self::{
common::{Common, Messages, MessagesOptions},
invited::Invited,
invited::{Invite, Invited},
joined::{Joined, Receipts},
left::Left,
member::RoomMember,
Expand Down

0 comments on commit 2b70d1c

Please sign in to comment.