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,
|
sender_localpart,
|
||||||
namespaces,
|
namespaces,
|
||||||
rate_limited,
|
rate_limited,
|
||||||
|
#[cfg(feature = "unstable-msc2409")]
|
||||||
receive_ephemeral,
|
receive_ephemeral,
|
||||||
protocols,
|
protocols,
|
||||||
} = init;
|
} = init;
|
||||||
@ -169,6 +170,7 @@ impl From<RegistrationInit> for Registration {
|
|||||||
sender_localpart,
|
sender_localpart,
|
||||||
namespaces,
|
namespaces,
|
||||||
rate_limited,
|
rate_limited,
|
||||||
|
#[cfg(feature = "unstable-msc2409")]
|
||||||
receive_ephemeral,
|
receive_ephemeral,
|
||||||
protocols,
|
protocols,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user