We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c934568 commit d9ae899Copy full SHA for d9ae899
1 file changed
src/social/socialSections.ts
@@ -365,6 +365,11 @@ export function createAllFriendsSection (options: {
365
modify: !!editable,
366
predicate: ns.foaf('knows'),
367
noun: 'friend',
368
+ // Social pane already owns the async refresh cycle for friend data in
369
+ // socialPane.ts. Leave attachmentList's generic follow-up rerender disabled
370
+ // here or each fetched friend profile will trigger an extra whole-table refresh
371
+ // on top of the pane's own batched updates.
372
+ refreshOnDocumentLoad: false,
373
renderSupportingInfo,
374
renderNameSuffix
375
})
0 commit comments