fix reply visibility timelines
This commit is contained in:
parent
f46575add2
commit
b112bf11c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue