1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 20:15:55 +02:00
This commit is contained in:
syuilo
2019-04-12 01:03:40 +09:00
parent d7df75ae6c
commit 2b6389b4dc

View File

@@ -118,6 +118,8 @@ export class UserRepository extends Repository<User> {
} : {}),
...(opts.detail ? {
createdAt: user.createdAt,
updatedAt: user.updatedAt,
description: profile.description,
location: profile.location,
birthday: profile.birthday,