Remove tmp comment
This commit is contained in:
parent
aa750cccbf
commit
f668be5266
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user