We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c954e commit d113e68Copy full SHA for d113e68
crates/matrix-sdk/src/room/mod.rs
@@ -987,7 +987,7 @@ impl Room {
987
self.client.send(request, None).await?;
988
989
// MSC3061: Forward past room keys to invitee
990
- #[cfg(feature = "e2e-encryption")]
+ #[cfg(all(feature = "e2e-encryption", feature = "automatic-room-key-forwarding"))]
991
if self.is_encrypted().await?
992
&& matches!(
993
self.history_visibility(),
0 commit comments