fix(route/follow): users link (#17417)

This commit is contained in:
DFobain 2024-11-02 19:41:19 +08:00 committed by GitHub
parent f17408d98a
commit e9e0950692
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ export const route: Route = {
},
],
handler,
maintainers: ['KarasuShin', 'DIYgod'],
maintainers: ['KarasuShin', 'DIYgod', 'DFobain'],
features: {
supportRadar: true,
},
@ -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,
};
}