feat: disable automatic insertion of new notes in NoteList by default
This commit is contained in:
parent
65d44394a6
commit
d3f0704eae
2 changed files with 6 additions and 5 deletions
|
|
@ -169,6 +169,7 @@ export default function ProfileFeed({
|
|||
hideReplies={listMode === 'posts'}
|
||||
filterMutedNotes={false}
|
||||
pinnedEventIds={listMode === 'you' || !!search ? [] : pinnedEventIds}
|
||||
showNewNotesDirectly={myPubkey === pubkey}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue