crypto: Use the correct event type when sending out forwarded room keys.

master
Damir Jelić 2020-09-29 17:36:56 +02:00
parent 58aef51770
commit 78badd9af8
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}