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
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ internal class RoomSummaryUpdater @Inject constructor(
if (aggregator == null) {
// Do it now
// 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 {
// Schedule it
aggregator.userIdsWithDeviceUpdate.addAll(otherRoomMembers)