mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-23 03:18:49 +03:00
Reload message on m.room_key
This commit is contained in:
parent
e959443831
commit
e537ece88d
1 changed files with 4 additions and 2 deletions
|
@ -369,6 +369,8 @@ create_inbound_megolm_session(const mtx::events::DeviceEvent<mtx::events::msg::R
|
||||||
|
|
||||||
nhlog::crypto()->info(
|
nhlog::crypto()->info(
|
||||||
"established inbound megolm session ({}, {})", roomKey.content.room_id, roomKey.sender);
|
"established inbound megolm session ({}, {})", roomKey.content.room_id, roomKey.sender);
|
||||||
|
|
||||||
|
ChatPage::instance()->receivedSessionKey(index.room_id, index.session_id);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue