Fix reply filtering on bubble timeline
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
This commit is contained in:
parent
4d27064db3
commit
e5ca36a68c
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ const fetchAndUpdate = ({
|
||||||
args['listId'] = listId
|
args['listId'] = listId
|
||||||
args['tag'] = tag
|
args['tag'] = tag
|
||||||
args['withMuted'] = !hideMutedPosts
|
args['withMuted'] = !hideMutedPosts
|
||||||
if (loggedIn && ['friends', 'public', 'publicAndExternal'].includes(timeline)) {
|
if (loggedIn && ['friends', 'public', 'publicAndExternal', 'bubble'].includes(timeline)) {
|
||||||
args['replyVisibility'] = replyVisibility
|
args['replyVisibility'] = replyVisibility
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue