crypto: Add a TODO item for m.room_key.withheld messages

This commit is contained in:
Damir Jelić 2021-03-02 16:27:24 +01:00
parent 693a0337a2
commit 6597948564

View file

@ -184,6 +184,7 @@ impl GroupSessionManager {
let (used_session, encrypted) = match encrypted {
Ok(c) => c,
// TODO we'll want to create m.room_key.withheld here.
Err(OlmError::MissingSession)
| Err(OlmError::EventError(EventError::MissingSenderKey)) => {
continue;