Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/social/socialSections.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,6 +365,11 @@ export function createAllFriendsSection (options: {
modify: !!editable,
predicate: ns.foaf('knows'),
noun: 'friend',
// Social pane already owns the async refresh cycle for friend data in
// socialPane.ts. Leave attachmentList's generic follow-up rerender disabled
// here or each fetched friend profile will trigger an extra whole-table refresh
// on top of the pane's own batched updates.
refreshOnDocumentLoad: false,
renderSupportingInfo,
renderNameSuffix
})
Expand Down