Make the federate field optional
This commit is contained in:
parent
3ee120973d
commit
2834dd4632
@ -14,5 +14,5 @@ pub struct CreateEventContent {
|
|||||||
/// The `user_id` of the room creator. This is set by the homeserver.
|
/// The `user_id` of the room creator. This is set by the homeserver.
|
||||||
pub creator: UserId,
|
pub creator: UserId,
|
||||||
/// Whether or not this room's data should be transferred to other homeservers.
|
/// Whether or not this room's data should be transferred to other homeservers.
|
||||||
pub federate: bool,
|
pub federate: Option<bool>,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user