mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2025-12-16 16:37:18 +03:00
Changes by blabdude - added a note to userID that is it is case sensitive
@@ -441,6 +441,7 @@ __________________________________________________________________
|
|||||||
```js
|
```js
|
||||||
{
|
{
|
||||||
username: string, // search string for username
|
username: string, // search string for username
|
||||||
|
// case sensitive
|
||||||
// minimum for non-exact search is 3 characters, maximum is 64 characters
|
// minimum for non-exact search is 3 characters, maximum is 64 characters
|
||||||
exact: Boolean // if explicitly set to true, searches for exact username
|
exact: Boolean // if explicitly set to true, searches for exact username
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user