Skip to content

Commit

Permalink
fix(route/follow): users link (DIYgod#17417)
Browse files Browse the repository at this point in the history
  • Loading branch information
DFobain authored Nov 2, 2024
1 parent f17408d commit e9e0950
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/routes/follow/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export const route: Route = {
},
],
handler,
maintainers: ['KarasuShin', 'DIYgod'],
maintainers: ['KarasuShin', 'DIYgod', 'DFobain'],
features: {
supportRadar: true,
},
Expand Down Expand Up @@ -64,7 +64,7 @@ async function handler(ctx: Context): Promise<Data> {
category: subscription.category ? [subscription.category] : undefined,
};
}),
link: `https://app.follow.is/share/user/${handleOrId}`,
link: `https://app.follow.is/share/users/${handleOrId}`,
image: profile.data.image,
};
}
Expand Down

0 comments on commit e9e0950

Please sign in to comment.