Fix search hashtags by author
This commit is contained in:
@@ -169,7 +169,7 @@ function HashtagScreenTab({
|
|||||||
|
|
||||||
const queryParam = React.useMemo(() => {
|
const queryParam = React.useMemo(() => {
|
||||||
if (!author) return fullTag
|
if (!author) return fullTag
|
||||||
return `${fullTag} from:${sanitizeHandle(author)}`
|
return `${fullTag} from:${author}`
|
||||||
}, [fullTag, author])
|
}, [fullTag, author])
|
||||||
|
|
||||||
const {
|
const {
|
||||||
|
|||||||
Reference in New Issue
Block a user