atmosphere explorer
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

only fetch rotation keys for did:plc repos

Juliet 8655d3fd b7ae5768

+1 -1
+1 -1
src/views/repo.tsx
··· 131 131 } 132 132 } 133 133 setDidDoc(didDocCache[did] as DidDocument); 134 - getRotationKeys(); 134 + if (did.startsWith("did:plc")) getRotationKeys(); 135 135 136 136 validateHandles(); 137 137