tangled
alpha
login
or
join now
witchcraft.systems
/
pds-dash
15
fork
atom
this repo has no description
15
fork
atom
overview
issues
pulls
pipelines
Removed the comment that is no longer true
Casey
10 months ago
827a59e9
2ffb5d7b
+1
-2
1 changed file
expand all
collapse all
unified
split
src
lib
pdsfetch.ts
+1
-2
src/lib/pdsfetch.ts
···
132
132
const getAccountMetadata = async (
133
133
did: `did:${string}:${string}`,
134
134
) => {
135
135
-
// gonna assume self exists in the app.bsky.actor.profile
136
135
const account: AccountMetadata = {
137
136
did: did,
138
138
-
handle: "",
137
137
+
handle: "", // Guaranteed to be filled out later
139
138
displayName: "",
140
139
avatarCid: null,
141
140
};