alias MSC2409 receive_ephemeral to de.sorunome.msc2409.push_ephemeral
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
1a550585bf
commit
08f58cd323
@ -98,7 +98,7 @@ pub struct Registration {
|
|||||||
|
|
||||||
/// Whether the homeserver should send EDUs to the appservice, as per MSC2409
|
/// Whether the homeserver should send EDUs to the appservice, as per MSC2409
|
||||||
#[cfg(feature = "unstable-msc2409")]
|
#[cfg(feature = "unstable-msc2409")]
|
||||||
#[serde(skip_serializing_if = "Option::is_none")]
|
#[serde(skip_serializing_if = "Option::is_none", alias = "de.sorunome.msc2409.push_ephemeral")]
|
||||||
pub receive_ephemeral: Option<bool>,
|
pub receive_ephemeral: Option<bool>,
|
||||||
|
|
||||||
/// The external protocols which the application service provides (e.g. IRC).
|
/// The external protocols which the application service provides (e.g. IRC).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user