diff --git a/crates/ruma-appservice-api/src/lib.rs b/crates/ruma-appservice-api/src/lib.rs index 701c5ef2..80187a5f 100644 --- a/crates/ruma-appservice-api/src/lib.rs +++ b/crates/ruma-appservice-api/src/lib.rs @@ -158,6 +158,7 @@ impl From for Registration { sender_localpart, namespaces, rate_limited, + #[cfg(feature = "unstable-msc2409")] receive_ephemeral, protocols, } = init; @@ -169,6 +170,7 @@ impl From for Registration { sender_localpart, namespaces, rate_limited, + #[cfg(feature = "unstable-msc2409")] receive_ephemeral, protocols, }