sdk: label some default queries.

This commit is contained in:
fiatjaf
2024-09-26 21:08:40 -03:00
parent 2c19358c3a
commit ade77ad6c9
3 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ func (sys *System) SearchUsers(ctx context.Context, query string) []ProfileMetad
Search: query,
Limit: limit,
},
}) {
}, nostr.WithLabel("search")) {
m, _ := ParseMetadata(ie.Event)
profiles = append(profiles, m)
}