1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-06-12 19:54:13 +02:00

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

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,