Skip to content

Commit

Permalink
fix: don't fetch AtprotoDid in default profile info.
Browse files Browse the repository at this point in the history
  • Loading branch information
zicklag committed Jan 21, 2025
1 parent 7ee92cf commit 12d01c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib/leaf/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,8 +259,7 @@ export async function getProfile(link: ExactLink): Promise<Profile | undefined>
WeirdCustomDomain,
MastodonProfile,
WebLinks,
SocialLinks,
AtprotoDid
SocialLinks
);
return (
(ent && {
Expand Down

0 comments on commit 12d01c3

Please sign in to comment.