fix building without unstable-msc2409 feature
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
e81ed2741b
commit
7f345bf39d
@ -158,6 +158,7 @@ impl From<RegistrationInit> for Registration {
|
||||
sender_localpart,
|
||||
namespaces,
|
||||
rate_limited,
|
||||
#[cfg(feature = "unstable-msc2409")]
|
||||
receive_ephemeral,
|
||||
protocols,
|
||||
} = init;
|
||||
@ -169,6 +170,7 @@ impl From<RegistrationInit> for Registration {
|
||||
sender_localpart,
|
||||
namespaces,
|
||||
rate_limited,
|
||||
#[cfg(feature = "unstable-msc2409")]
|
||||
receive_ephemeral,
|
||||
protocols,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user