Update wrong comment

This commit is contained in:
Benoit Marty
2024-05-30 14:28:12 +02:00
committed by Benoit Marty
parent 3b8372f2aa
commit da500fdcb2

View File

@@ -54,8 +54,8 @@ interface RoomListService {
): DynamicRoomList
/**
* returns a [DynamicRoomList] object of all rooms we want to display.
* This will exclude some rooms like the invites, or spaces.
* Returns a [DynamicRoomList] object of all rooms we want to display.
* If you want to get a filtered room list, consider using [createRoomList].
*/
val allRooms: DynamicRoomList