nicolium: it should be the other way

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2026-03-05 14:38:11 +01:00
parent c7f44899ee
commit 5955bba008

View File

@ -83,7 +83,7 @@ const AccountTimelinePage: React.FC = () => {
return settings.experimentalTimeline ? (
<AccountTimelineColumn
accountId={account.id}
excludeReplies={withReplies}
excludeReplies={!withReplies}
// featuredStatusIds={showPins ? featuredStatusIds : undefined}
/>
) : (