add custom room ID field to room creation request body
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
b10df150a2
commit
1c291e18ef
@ -81,6 +81,10 @@ pub mod v3 {
|
|||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
pub room_alias_name: Option<String>,
|
pub room_alias_name: Option<String>,
|
||||||
|
|
||||||
|
/// The desired custom room ID local part.
|
||||||
|
#[serde(skip_serializing_if = "Option::is_none")]
|
||||||
|
pub room_id: Option<String>,
|
||||||
|
|
||||||
/// Room version to set for the room.
|
/// Room version to set for the room.
|
||||||
///
|
///
|
||||||
/// Defaults to homeserver's default if not specified.
|
/// Defaults to homeserver's default if not specified.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user