Always make hashtag filters lowercased

Changelog-Fixed: Fix case sensitivity when searching hashtags
Closes: #737
This commit is contained in:
randymcmillan
2022-07-29 16:26:43 -04:00
committed by William Casarin
parent 721bb9abf5
commit 06c2741bf4
3 changed files with 2 additions and 5 deletions

View File

@@ -83,9 +83,6 @@ struct SearchHomeView: View {
}
.background(colorScheme == .dark ? Color.black : Color.white)
}
.onChange(of: search) { s in
print("search change 1")
}
.onReceive(handle_notify(.new_mutes)) { _ in
self.model.filter_muted()
}