Skip to content

Commit

Permalink
/issues/4384 - Using mutable room list fetch sort options after chani…
Browse files Browse the repository at this point in the history
…ng them to be a structure.
  • Loading branch information
stefanceriu committed Oct 25, 2021
1 parent ef7958f commit 997ebbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions changelog.d/4384.change
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Using mutable room list fetch sort options after chaning them to be a structure.

0 comments on commit 997ebbe

Please sign in to comment.