1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-04 08:26:19 +02:00
This commit is contained in:
syuilo
2018-08-22 09:16:52 +09:00
parent 4bf3827b73
commit 2536bfb5f5
2 changed files with 6 additions and 3 deletions

View File

@@ -29,6 +29,7 @@ export default async (user: ILocalUser) => {
icon: user.avatarId && renderImage(avatar),
image: user.bannerId && renderImage(banner),
manuallyApprovesFollowers: user.isLocked,
publicKey: renderKey(user)
publicKey: renderKey(user),
isCat: user.isCat
};
};