詳細ユーザー情報ページなど

This commit is contained in:
syuilo 2021-04-16 17:34:06 +09:00
parent f32cad2667
commit e5fbc68e0e
14 changed files with 614 additions and 16 deletions

View file

@ -195,6 +195,7 @@ export class UserRepository extends Repository<User> {
...(opts.detail ? {
url: profile!.url,
uri: user.uri,
createdAt: user.createdAt.toISOString(),
updatedAt: user.updatedAt ? user.updatedAt.toISOString() : null,
bannerUrl: user.bannerUrl,