This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

fix

+1 -3
+1 -3
app/src/app/profile/[handle]/page.tsx
··· 126 126 console.log('PLC directory data:', plcData); 127 127 128 128 // Find the PDS service 129 - const pdsService = plcData.service?.find((s: any) => 130 - s.type === 'AtprotoPersonalDataServer' || s.type === 'AtprotoDataServer' 131 - ); 129 + const pdsService = plcData.services?.atproto_pds; 132 130 133 131 if (!pdsService?.endpoint) { 134 132 throw new Error('No PDS service endpoint found');