federation 💀

This commit is contained in:
cutestnekoaqua 2022-12-12 21:05:09 +01:00
parent 0a9208ddea
commit 25fc88afd6
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.movedToUri,
movedTo: user.movedToUri,
alsoKnownAs: user.alsoKnownAs,
discoverable: !!user.isExplorable,
publicKey: renderKey(user, keypair, '#main-key'),