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_id: id,
|
||||||
request: Arc::new(
|
request: Arc::new(
|
||||||
ToDeviceRequest {
|
ToDeviceRequest {
|
||||||
event_type: EventType::RoomKeyRequest,
|
event_type: EventType::RoomEncrypted,
|
||||||
txn_id: id,
|
txn_id: id,
|
||||||
messages,
|
messages,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue