diff --git a/src/stores/fetchers/timeline_fetcher.js b/src/stores/fetchers/timeline_fetcher.js index 54250318f..5737befef 100644 --- a/src/stores/fetchers/timeline_fetcher.js +++ b/src/stores/fetchers/timeline_fetcher.js @@ -46,7 +46,7 @@ const timelineFetcher = (timeline, argument, credentials) => { } args.withMuted = !hideMutedPosts - if (loggedIn && REPLY_VISIBILITY_TIMELINES.has(timeline)) { + if (loggedIn && REPLY_VISIBILITY_TIMELINES.has(timeline.name)) { args.replyVisibility = replyVisibility }