dont alias receive_ephemeral to de.sorunome.msc2409.push_ephemeral
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
010ae6daad
commit
517ac45722
@ -103,11 +103,7 @@ pub struct Registration {
|
|||||||
/// Whether the application service wants to receive ephemeral data.
|
/// Whether the application service wants to receive ephemeral data.
|
||||||
///
|
///
|
||||||
/// Defaults to `false`.
|
/// Defaults to `false`.
|
||||||
#[serde(
|
#[serde(default, skip_serializing_if = "ruma_common::serde::is_default")]
|
||||||
default,
|
|
||||||
skip_serializing_if = "ruma_common::serde::is_default",
|
|
||||||
alias = "de.sorunome.msc2409.push_ephemeral"
|
|
||||||
)]
|
|
||||||
pub receive_ephemeral: bool,
|
pub receive_ephemeral: bool,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user