mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-22 12:03:39 +00:00
Delete publicKey of remote user
This commit is contained in:
@@ -359,6 +359,8 @@ export const pack = (
|
||||
if (!opts.detail) {
|
||||
delete _user.twoFactorEnabled;
|
||||
}
|
||||
} else {
|
||||
delete _user.publicKey;
|
||||
}
|
||||
|
||||
_user.avatarUrl = _user.avatarId != null
|
||||
|
||||
Reference in New Issue
Block a user