feat: 💨
This commit is contained in:
parent
699f3a792d
commit
97ccb3cb7c
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ class ClientService extends EventTarget {
|
|||
}
|
||||
|
||||
async searchProfilesFromIndex(query: string) {
|
||||
const result = await this.userIndex.searchAsync(query, { limit: 10 })
|
||||
const result = await this.userIndex.searchAsync(query, { limit: 100 })
|
||||
return Promise.all(result.map((pubkey) => this.fetchProfile(pubkey as string))).then(
|
||||
(profiles) => profiles.filter(Boolean) as TProfile[]
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue