bump channel search limit to 50

This commit is contained in:
Sean Yesmunt 2021-03-17 15:52:23 -04:00
parent 2d6292bd6f
commit 0eaa5dadcf

View file

@ -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) => {