remove obsolete comment

This commit is contained in:
Bruno Windels 2022-07-29 16:22:01 +02:00
parent 62b3a67e33
commit cb0ac846c7
1 changed files with 0 additions and 1 deletions

View File

@ -148,7 +148,6 @@ export class DeviceTracker {
const removed = [];
if (room.isTrackingMembers && room.isEncrypted) {
await log.wrap("rewriting userIdentities", async log => {
// don't use room.loadMemberList here because we want to use the syncTxn to load the members
const memberList = await room.loadMemberList(syncTxn, log);
try {
const members = Array.from(memberList.members.values());