This commit is contained in:
ThatOneCalculator 2022-12-04 17:23:43 -08:00
parent 77d088ee12
commit 7ff11d0b52
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ export async function renderPerson(user: ILocalUser) {
image: banner ? renderImage(banner) : null,
tag,
manuallyApprovesFollowers: user.isLocked,
movedToUri: user.moved_to_account_id,
movedToUri: user.movedToUri,
discoverable: !!user.isExplorable,
publicKey: renderKey(user, keypair, `#main-key`),
isCat: user.isCat,