mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-09 22:09:06 -05:00
specifying the regex flavor
This commit is contained in:
parent
8a362d68a1
commit
9c03950dc7
2
50.md
2
50.md
|
@ -53,4 +53,4 @@ Relay MAY support these extensions:
|
||||||
- `language:<two letter ISO 639-1 language code>` - include only events of a specified language.
|
- `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.
|
- `sentiment:<negative/neutral/positive>` - include only events of a specific sentiment.
|
||||||
- `nsfw:<true/false>` - include or exclude nsfw events. (default: true)
|
- `nsfw:<true/false>` - include or exclude nsfw events. (default: true)
|
||||||
- `regex:<regular-expression>` - A regex pattern to be searched.
|
- `regex:<regular-expression>` - A regex pattern to be searched which must be compatible with the PCRE flavor.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user