mirror of
https://github.com/element-hq/element-android
synced 2024-11-27 20:06:51 +03:00
Fix remember to call the function.
This commit is contained in:
parent
ae648c3e11
commit
e92edc7cb1
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ internal class MXMegolmEncryption(
|
|||
}
|
||||
|
||||
override suspend fun ensureOutboundSession(usersInRoom: List<String>) {
|
||||
getDevicesInRoom(usersInRoom).allowedDevices
|
||||
ensureOutboundSession(getDevicesInRoom(usersInRoom).allowedDevices)
|
||||
}
|
||||
|
||||
private suspend fun ensureOutboundSession(devicesInRoom: MXUsersDevicesMap<CryptoDeviceInfo>): MXOutboundSessionInfo {
|
||||
|
|
Loading…
Reference in a new issue