diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-03-08 05:28:49 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-08 05:28:49 -0600 |
| commit | c4c9bd00579d6537a87dc047de0a20db730e0da6 (patch) | |
| tree | f7285491526380043088bebdde1e0ffb7e4801c8 | |
| parent | 6871b3b334c3ae6ec23266b42d238859805a1ebe (diff) | |
| parent | 1166fb9fb5e359a023de613417861ae2cb23e6a7 (diff) | |
Merge pull request #1105 from nostr-protocol/alexgleason-patch-1
NIP-50: search by nip05 domain
| -rw-r--r-- | 50.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -47,3 +47,4 @@ Relays SHOULD exclude spam from search results by default if they support some f | |||
| 47 | 47 | ||
| 48 | Relay MAY support these extensions: | 48 | Relay MAY support these extensions: |
| 49 | - `include:spam` - turn off spam filtering, if it was enabled by default | 49 | - `include:spam` - turn off spam filtering, if it was enabled by default |
| 50 | - `domain:<domain>` - include events from users whose valid nip05 domain matches the domain | ||