Load profiles in hashtag searches

Changelog-Fixed: Load profiles in hashtag searched
This commit is contained in:
William Casarin
2023-05-02 07:50:28 -07:00
parent 58e53631c6
commit 4f459d128a
4 changed files with 19 additions and 17 deletions

View File

@@ -206,7 +206,7 @@ struct ContentView: View {
var MaybeSearchView: some View {
Group {
if let search = self.active_search {
SearchView(appstate: damus_state!, search: SearchModel(contacts: damus_state!.contacts, pool: damus_state!.pool, search: search))
SearchView(appstate: damus_state!, search: SearchModel(state: damus_state!, search: search))
} else {
EmptyView()
}