Document the receive_supported_keys method in the gossiping module

This commit is contained in:
Damir Jelić
2022-08-16 15:25:53 +02:00
parent fe35e7c9fa
commit a8362e389e

View File

@@ -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,