NIP-50: revert autocomplete change

This commit is contained in:
Alex Gleason
2026-06-09 16:06:43 -05:00
committed by GitHub
parent 7a2197c00d
commit 68827511fd

1
50.md
View File

@@ -53,4 +53,3 @@ Relay MAY support these extensions:
- `language:<two letter ISO 639-1 language code>` - include only events of a specified language
- `sentiment:<negative/neutral/positive>` - include only events of a specific sentiment
- `nsfw:<true/false>` - include or exclude nsfw events (default: true)
- `autocomplete:<true/false>` - match the query as a prefix against short, name-shaped fields (e.g. profile `name`/`display_name`/`nip05`, channel `name`, `title` tags) instead of full-text content, suitable for typeahead/autocomplete UIs