nicolium: it should be the other way
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -83,7 +83,7 @@ const AccountTimelinePage: React.FC = () => {
|
||||
return settings.experimentalTimeline ? (
|
||||
<AccountTimelineColumn
|
||||
accountId={account.id}
|
||||
excludeReplies={withReplies}
|
||||
excludeReplies={!withReplies}
|
||||
// featuredStatusIds={showPins ? featuredStatusIds : undefined}
|
||||
/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user