Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit f4d2286

Browse files
authored
Merge pull request #4917 from matrix-org/travis/room-list/encrypted
Remove comment claiming encrypted rooms are handled incorrectly in the new room list
2 parents a49b510 + 34ea834 commit f4d2286

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/stores/room-list/RoomListStore2.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ export class RoomListStore2 extends AsyncStore<ActionPayload> {
221221
}
222222
// TODO: Remove debug: https://github.com/vector-im/riot-web/issues/14035
223223
console.log(`[RoomListDebug] Decrypted timeline event ${eventPayload.event.getId()} in ${roomId}`);
224-
// TODO: Verify that e2e rooms are handled on init: https://github.com/vector-im/riot-web/issues/14238
225-
// It seems like when viewing the room the timeline is decrypted, rather than at startup. This could
226-
// cause inaccuracies with the list ordering. We may have to decrypt the last N messages of every room :(
227224
await this.handleRoomUpdate(room, RoomUpdateCause.Timeline);
228225
} else if (payload.action === 'MatrixActions.accountData' && payload.event_type === 'm.direct') {
229226
const eventPayload = (<any>payload); // TODO: Type out the dispatcher types

0 commit comments

Comments
 (0)