Update comment

This commit is contained in:
Benoit Marty 2022-08-23 12:01:43 +02:00
parent 5c02290ad4
commit 1a79828aa5
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ internal class SyncResponsePostTreatmentAggregator {
// Map of roomId to directUserId
val directChatsToCheck = mutableMapOf<String, String>()
// List of userIds to fetch and update at the end of incremental syncs
// Set of userIds to fetch and update at the end of incremental syncs
val userIdsToFetch = mutableSetOf<String>()
// Set of users to call `crossSigningService.onUsersDeviceUpdate` once per sync