Skip to content

Commit 378b8bc

Browse files
authored
Merge pull request #659 from SolidOS/fix/friend-card-loading
fix friends freeze
2 parents c934568 + d9ae899 commit 378b8bc

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/social/socialSections.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,11 @@ export function createAllFriendsSection (options: {
365365
modify: !!editable,
366366
predicate: ns.foaf('knows'),
367367
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,
368373
renderSupportingInfo,
369374
renderNameSuffix
370375
})

0 commit comments

Comments
 (0)