specifying the regex flavor

This commit is contained in:
kehiy 2024-09-04 18:49:23 +03:30
parent 8a362d68a1
commit 9c03950dc7

2
50.md
View File

@ -53,4 +53,4 @@ 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)
- `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.