mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 10:32:46 +02:00
Adapt to counts api changes
This commit is contained in:
@@ -22,7 +22,7 @@ public class MockRoomListData: MXRoomListData {
|
||||
public init(withRooms rooms: [MXRoomSummaryProtocol]) {
|
||||
super.init(rooms: rooms,
|
||||
counts: MXStoreRoomListDataCounts(withRooms: rooms,
|
||||
totalRoomsCount: rooms.count),
|
||||
total: nil),
|
||||
paginationOptions: .none)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user