mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 04:08:44 +03:00
Remove tmp comment
This commit is contained in:
parent
aa750cccbf
commit
f668be5266
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue