alias MSC2409 receive_ephemeral to de.sorunome.msc2409.push_ephemeral

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2024-12-09 12:56:05 -05:00
parent 1a550585bf
commit 08f58cd323
No known key found for this signature in database

View File

@ -98,7 +98,7 @@ pub struct Registration {
/// Whether the homeserver should send EDUs to the appservice, as per 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>,
/// The external protocols which the application service provides (e.g. IRC).