bump channel search limit to 50
This commit is contained in:
parent
2d6292bd6f
commit
0eaa5dadcf
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ function ChannelContent(props: Props) {
|
|||
lighthouse
|
||||
.search(
|
||||
`s=${encodeURIComponent(searchQuery)}&channel_id=${encodeURIComponent(claimId)}${
|
||||
!showMature ? '&nsfw=false&size=25&from=0' : ''
|
||||
!showMature ? '&nsfw=false&size=50&from=0' : ''
|
||||
}`
|
||||
)
|
||||
.then((results) => {
|
||||
|
|
Loading…
Reference in a new issue