crypto: Use the correct event type when sending out forwarded room keys.
parent
58aef51770
commit
78badd9af8
|
@ -346,7 +346,7 @@ impl KeyRequestMachine {
|
|||
request_id: id,
|
||||
request: Arc::new(
|
||||
ToDeviceRequest {
|
||||
event_type: EventType::RoomKeyRequest,
|
||||
event_type: EventType::RoomEncrypted,
|
||||
txn_id: id,
|
||||
messages,
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue