mirror of
https://github.com/vector-im/riotX-android
synced 2025-10-06 00:02:48 +02:00
fix outdated doc
This commit is contained in:
@@ -434,6 +434,8 @@ internal class MXMegolmEncryption(
|
||||
* This method must be called in getDecryptingThreadHandler() thread.
|
||||
*
|
||||
* @param userIds the user ids whose devices must be checked.
|
||||
* @param forceDistributeToUnverified If true the unverified devices will be included in valid recipients even if
|
||||
* such devices are blocked in crypto settings
|
||||
*/
|
||||
private suspend fun getDevicesInRoom(userIds: List<String>, forceDistributeToUnverified: Boolean = false): DeviceInRoomInfo {
|
||||
// We are happy to use a cached version here: we assume that if we already
|
||||
|
Reference in New Issue
Block a user