Fix reply filtering on bubble timeline

This commit is contained in:
eris 2022-08-10 00:29:32 +00:00
parent 69fb3c9a87
commit 30a5c092b2

View file

@ -49,7 +49,7 @@ const fetchAndUpdate = ({
args['listId'] = listId
args['tag'] = tag
args['withMuted'] = !hideMutedPosts
if (loggedIn && ['friends', 'public', 'publicAndExternal'].includes(timeline)) {
if (loggedIn && ['friends', 'public', 'publicAndExternal', 'bubble'].includes(timeline)) {
args['replyVisibility'] = replyVisibility
}