Removed the comment that is no longer true

This commit is contained in:
Casey 2025-05-15 14:13:34 +03:00
parent 2ffb5d7b28
commit 827a59e958
Signed by: kc
SSH key fingerprint: SHA256:qhCI0riVp5mDxzLRJdqinNazL7SvnlJ4cXKznUdkpBg

View file

@ -132,10 +132,9 @@ const getDidsFromPDS = async (): Promise<At.Did[]> => {
const getAccountMetadata = async ( const getAccountMetadata = async (
did: `did:${string}:${string}`, did: `did:${string}:${string}`,
) => { ) => {
// gonna assume self exists in the app.bsky.actor.profile
const account: AccountMetadata = { const account: AccountMetadata = {
did: did, did: did,
handle: "", handle: "", // Guaranteed to be filled out later
displayName: "", displayName: "",
avatarCid: null, avatarCid: null,
}; };