fix(experimental-algorithms) Add missing argument to handle_supported_key_request

This commit is contained in:
Andy Balaam
2024-10-21 16:40:54 +01:00
committed by Andy Balaam
parent 951a4354c6
commit 2df359d316

View File

@@ -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!(