Remove tmp comment

This commit is contained in:
Benoit Marty 2022-08-29 12:39:58 +02:00 committed by GitHub
parent aa750cccbf
commit f668be5266
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -185,7 +185,7 @@ internal class RoomSummaryUpdater @Inject constructor(
if (aggregator == null) { if (aggregator == null) {
// Do it now // Do it now
// mmm maybe we could only refresh shield instead of checking trust also? // mmm maybe we could only refresh shield instead of checking trust also?
crossSigningService.onUsersDeviceUpdate(otherRoomMembers) // This is very long and could maybe be done once per sync response. crossSigningService.onUsersDeviceUpdate(otherRoomMembers)
} else { } else {
// Schedule it // Schedule it
aggregator.userIdsWithDeviceUpdate.addAll(otherRoomMembers) aggregator.userIdsWithDeviceUpdate.addAll(otherRoomMembers)