mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
Fix remember to call the function.
This commit is contained in:
parent
ae648c3e11
commit
e92edc7cb1
@ -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 New Issue
Block a user