mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-13 13:37:31 -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,
|
||||
tag,
|
||||
manuallyApprovesFollowers: user.isLocked,
|
||||
movedToUri: user.movedToUri,
|
||||
movedTo: user.movedToUri,
|
||||
alsoKnownAs: user.alsoKnownAs,
|
||||
discoverable: !!user.isExplorable,
|
||||
publicKey: renderKey(user, keypair, '#main-key'),
|
||||
|
|
Loading…
Reference in a new issue