Merge pull request 'Fix reply filtering on bubble timeline' (#125) from eris/pleroma-fe:bubble-filter-fix into develop
ci/woodpecker/push/woodpecker Pipeline was successful Details

Reviewed-on: AkkomaGang/pleroma-fe#125
This commit is contained in:
floatingghost 2022-08-11 09:04:23 +00:00
commit 94af72fd62
1 changed files with 1 additions and 1 deletions

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
}