feat: disable automatic insertion of new notes in NoteList by default

This commit is contained in:
codytseng 2025-11-17 21:35:47 +08:00
parent 65d44394a6
commit d3f0704eae
2 changed files with 6 additions and 5 deletions

View file

@ -169,6 +169,7 @@ export default function ProfileFeed({
hideReplies={listMode === 'posts'}
filterMutedNotes={false}
pinnedEventIds={listMode === 'you' || !!search ? [] : pinnedEventIds}
showNewNotesDirectly={myPubkey === pubkey}
/>
</>
)