This commit is contained in:
ThatOneCalculator 2022-12-04 17:23:43 -08:00
parent 77d088ee12
commit 7ff11d0b52

View File

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