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.
|
||||
///
|
||||
/// Defaults to `false`.
|
||||
#[serde(
|
||||
default,
|
||||
skip_serializing_if = "ruma_common::serde::is_default",
|
||||
alias = "de.sorunome.msc2409.push_ephemeral"
|
||||
)]
|
||||
#[serde(default, skip_serializing_if = "ruma_common::serde::is_default")]
|
||||
pub receive_ephemeral: bool,
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user