chore: make search query with resolve property

This commit is contained in:
CMK 2021-07-26 15:51:17 +08:00
parent 1d3150c620
commit da4b734c76
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ extension SearchResultViewModel.State {
maxID: nil, maxID: nil,
minID: nil, minID: nil,
excludeUnreviewed: nil, excludeUnreviewed: nil,
resolve: nil, resolve: true,
limit: nil, limit: nil,
offset: _offset, offset: _offset,
following: nil following: nil