Merge branch 'hotfix/1.6.7' into hotfix/1.6.7_2

This commit is contained in:
SBiOSoftWhare
2021-11-03 17:22:21 +01:00
13 changed files with 46 additions and 23 deletions

View File

@@ -427,7 +427,7 @@ public class RecentsListService: NSObject, RecentsListServiceProtocol {
private func updateDirectFetcher(_ fetcher: MXRoomListDataFetcher, for mode: RecentsDataSourceMode) {
switch mode {
case .home:
fetcher.fetchOptions.filterOptions.notDataTypes = [.invited, .lowPriority]
fetcher.fetchOptions.filterOptions.notDataTypes = [.invited, .favorited, .lowPriority]
case .people:
fetcher.fetchOptions.filterOptions.notDataTypes = [.lowPriority]
default: