mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 16:42:44 +02:00
vector-im/element-ios/issues/4384 - Using mutable room list fetch sort options after chaning them to be a structure.
This commit is contained in:
committed by
Stefan Ceriu
parent
2cd1097786
commit
ae5bbf9cbe
@@ -440,7 +440,7 @@ public class RecentsListService: NSObject, RecentsListServiceProtocol {
|
||||
case .home:
|
||||
fetcher.fetchOptions.sortOptions = sortOptions
|
||||
case .favourites:
|
||||
let newSortOptions = sortOptions
|
||||
var newSortOptions = sortOptions
|
||||
newSortOptions.favoriteTag = true
|
||||
fetcher.fetchOptions.sortOptions = newSortOptions
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user