fix reply visibility timelines

This commit is contained in:
Henry Jameson 2026-08-26 18:07:12 +03:00
commit b112bf11c2

View file

@ -46,7 +46,7 @@ const timelineFetcher = (timeline, argument, credentials) => {
} }
args.withMuted = !hideMutedPosts args.withMuted = !hideMutedPosts
if (loggedIn && REPLY_VISIBILITY_TIMELINES.has(timeline)) { if (loggedIn && REPLY_VISIBILITY_TIMELINES.has(timeline.name)) {
args.replyVisibility = replyVisibility args.replyVisibility = replyVisibility
} }