mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
federation 💀
This commit is contained in:
parent
33e12d047f
commit
f91f89bd1d
1 changed files with 1 additions and 1 deletions
|
@ -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.movedToUri,
|
movedTo: user.movedToUri,
|
||||||
alsoKnownAs: user.alsoKnownAs,
|
alsoKnownAs: user.alsoKnownAs,
|
||||||
discoverable: !!user.isExplorable,
|
discoverable: !!user.isExplorable,
|
||||||
publicKey: renderKey(user, keypair, '#main-key'),
|
publicKey: renderKey(user, keypair, '#main-key'),
|
||||||
|
|
Loading…
Add table
Reference in a new issue