Always make hashtag filters lowercased
Changelog-Fixed: Fix case sensitivity when searching hashtags Closes: #737
This commit is contained in:
committed by
William Casarin
parent
721bb9abf5
commit
06c2741bf4
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user