Improve client

This commit is contained in:
syuilo 2021-04-17 14:06:32 +09:00
parent c27c3817a9
commit 61461b7f59
6 changed files with 87 additions and 3 deletions

View file

@ -198,6 +198,7 @@ export class UserRepository extends Repository<User> {
uri: user.uri,
createdAt: user.createdAt.toISOString(),
updatedAt: user.updatedAt ? user.updatedAt.toISOString() : null,
lastFetchedAt: user.lastFetchedAt?.toISOString(),
bannerUrl: user.bannerUrl,
bannerBlurhash: user.bannerBlurhash,
bannerColor: null, // 後方互換性のため