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

Commit bfc5077

Browse files
committed
Add another thought
Maybe we can speed up the algorithm if we know why we're doing the update.
1 parent e0e28d0 commit bfc5077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stores/room-list/algorithms/IAlgorithm.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,5 @@ export interface IAlgorithm {
8484
* depending on whether or not getOrderedRooms() should be called after
8585
* processing.
8686
*/
87-
handleRoomUpdate(room: Room): Promise<boolean>;
87+
handleRoomUpdate(room: Room): Promise<boolean>; // TODO: Take a ReasonForChange to better predict the behaviour?
8888
}

0 commit comments

Comments
 (0)