crypto: Add a TODO item for m.room_key.withheld messages
parent
693a0337a2
commit
6597948564
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue