Skip to content

Commit

Permalink
Show posts from everyone in search
Browse files Browse the repository at this point in the history
  • Loading branch information
kean committed Nov 3, 2023
1 parent 15b1653 commit 8ba9b7e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,6 @@ final class PostSearchViewModel: NSObject, PostSearchServiceDelegate {
if let token = selectedTokens.lazy.compactMap({ $0 as? PostSearchAuthorToken }).first {
return token.authorID
}
if settings.shouldShowOnlyMyPosts(), let userID = blog.userID {
return userID
}
return nil
}

Expand Down

0 comments on commit 8ba9b7e

Please sign in to comment.