mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
fix(experimental-algorithms) Add missing argument to handle_supported_key_request
This commit is contained in:
@@ -510,7 +510,8 @@ impl GossipMachine {
|
||||
}
|
||||
#[cfg(feature = "experimental-algorithms")]
|
||||
RequestedKeyInfo::MegolmV2AesSha2(i) => {
|
||||
self.handle_supported_key_request(event, &i.room_id, &i.session_id).await
|
||||
self.handle_supported_key_request(cache, event, &i.room_id, &i.session_id)
|
||||
.await
|
||||
}
|
||||
RequestedKeyInfo::Unknown(i) => {
|
||||
debug!(
|
||||
|
||||
Reference in New Issue
Block a user