Make state a private module
This commit is contained in:
parent
945b8c535d
commit
cc3d0af40c
@ -134,6 +134,7 @@ mod error;
|
|||||||
mod event_type;
|
mod event_type;
|
||||||
mod from_raw;
|
mod from_raw;
|
||||||
mod json;
|
mod json;
|
||||||
|
mod state;
|
||||||
#[doc(hidden)] // only public for external tests
|
#[doc(hidden)] // only public for external tests
|
||||||
pub mod util;
|
pub mod util;
|
||||||
|
|
||||||
@ -155,7 +156,6 @@ pub mod receipt;
|
|||||||
pub mod room;
|
pub mod room;
|
||||||
// pub mod room_key;
|
// pub mod room_key;
|
||||||
pub mod room_key_request;
|
pub mod room_key_request;
|
||||||
pub mod state;
|
|
||||||
pub mod sticker;
|
pub mod sticker;
|
||||||
// pub mod stripped;
|
// pub mod stripped;
|
||||||
pub mod tag;
|
pub mod tag;
|
||||||
@ -168,6 +168,7 @@ pub use self::{
|
|||||||
event_type::EventType,
|
event_type::EventType,
|
||||||
from_raw::{FromRaw, TryFromRaw},
|
from_raw::{FromRaw, TryFromRaw},
|
||||||
json::EventJson,
|
json::EventJson,
|
||||||
|
state::{AnyStateEventContent, StateEvent},
|
||||||
};
|
};
|
||||||
|
|
||||||
/// Extra information about an event that is not incorporated into the event's
|
/// Extra information about an event that is not incorporated into the event's
|
||||||
|
Loading…
x
Reference in New Issue
Block a user