dont alias receive_ephemeral to de.sorunome.msc2409.push_ephemeral

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
strawberry 2025-02-05 01:25:09 -05:00
parent 010ae6daad
commit 517ac45722
No known key found for this signature in database

View File

@ -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,
}