diff --git a/Riot/Modules/Common/Recents/DataSources/RecentsRoomListContainer.swift b/Riot/Modules/Common/Recents/DataSources/RecentsRoomListContainer.swift index 2085f9237..c61a246dc 100644 --- a/Riot/Modules/Common/Recents/DataSources/RecentsRoomListContainer.swift +++ b/Riot/Modules/Common/Recents/DataSources/RecentsRoomListContainer.swift @@ -359,6 +359,7 @@ public class RecentsRoomListFetchersContainer: NSObject { conversationRoomListDataFetcherForRooms = createConversationRoomListDataFetcherForRooms() lowPriorityRoomListDataFetcher = createCommonRoomListDataFetcher(withDataTypes: [.lowPriority]) serverNoticeRoomListDataFetcher = createCommonRoomListDataFetcher(withDataTypes: [.serverNotice]) + suggestedRoomListDataFetcher = createCommonRoomListDataFetcher(withDataTypes: [.suggested]) } private func updateDirectFetcher(_ fetcher: MXRoomListDataFetcher, for mode: RecentsDataSourceMode) {