Update comment
This commit is contained in:
parent
5c02290ad4
commit
1a79828aa5
|
@ -23,7 +23,7 @@ internal class SyncResponsePostTreatmentAggregator {
|
||||||
// Map of roomId to directUserId
|
// Map of roomId to directUserId
|
||||||
val directChatsToCheck = mutableMapOf<String, String>()
|
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>()
|
val userIdsToFetch = mutableSetOf<String>()
|
||||||
|
|
||||||
// Set of users to call `crossSigningService.onUsersDeviceUpdate` once per sync
|
// Set of users to call `crossSigningService.onUsersDeviceUpdate` once per sync
|
||||||
|
|
Loading…
Reference in New Issue