Make unversioned, v1 modules public
This commit is contained in:
parent
ea4ca46cf4
commit
df634a2a02
@ -10,8 +10,8 @@ use ruma_identifiers::{EventId, RoomId, UserId};
|
|||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
use serde_json::Value as JsonValue;
|
use serde_json::Value as JsonValue;
|
||||||
|
|
||||||
mod unversioned;
|
pub mod unversioned;
|
||||||
mod v1;
|
pub mod v1;
|
||||||
|
|
||||||
/// A 'persistent data unit' (event) for room versions 3 and beyond.
|
/// A 'persistent data unit' (event) for room versions 3 and beyond.
|
||||||
#[derive(Deserialize, Serialize)]
|
#[derive(Deserialize, Serialize)]
|
||||||
|
@ -1 +1,3 @@
|
|||||||
|
//! Endpoints that cannot change with new versions of the Matrix specification.
|
||||||
|
|
||||||
mod discover_homeserver;
|
mod discover_homeserver;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user