From 08f58cd3236fdf175913b2bcaf8865359696d94d Mon Sep 17 00:00:00 2001 From: strawberry Date: Mon, 9 Dec 2024 12:56:05 -0500 Subject: [PATCH] alias MSC2409 receive_ephemeral to de.sorunome.msc2409.push_ephemeral Signed-off-by: strawberry --- crates/ruma-appservice-api/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/ruma-appservice-api/src/lib.rs b/crates/ruma-appservice-api/src/lib.rs index 80187a5f..4de0309d 100644 --- a/crates/ruma-appservice-api/src/lib.rs +++ b/crates/ruma-appservice-api/src/lib.rs @@ -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, /// The external protocols which the application service provides (e.g. IRC).