From a8362e389edea3e863107c8883f0dcb9eb62e60f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Tue, 16 Aug 2022 15:25:53 +0200 Subject: [PATCH] Document the receive_supported_keys method in the gossiping module --- crates/matrix-sdk-crypto/src/gossiping/machine.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/crates/matrix-sdk-crypto/src/gossiping/machine.rs b/crates/matrix-sdk-crypto/src/gossiping/machine.rs index 38a2e1dd2..25b9c4aef 100644 --- a/crates/matrix-sdk-crypto/src/gossiping/machine.rs +++ b/crates/matrix-sdk-crypto/src/gossiping/machine.rs @@ -967,6 +967,8 @@ impl GossipMachine { } } + /// Receive a forwarded room key event that was sent using any of our + /// supported content types. async fn receive_supported_keys( &self, sender: &UserId,