mirror of github:amycatgirl/amycatgirl.github.io
0
fork

Configure Feed

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

chore: update PDS endpoint

I recently migrated from Bluesky's mushroom PDSes to BlueAT's
PDS (which is hosted by Daniel Morrisey) and forgot to change the
endpoint afterward.

Next up is looking up my PDS automatically via DID

Signed-off-by: Amy <amy+git@amogus.cloud>

Amy 3253651c 96bf5fb4

+2 -2
+1 -1
index.html
··· 210 210 // Configuration options 211 211 const COLLECTION_NSIDS = ["site.standard.document"]; 212 212 const USER_DID = "did:plc:gijpvbkdbr56kazbdjhfvb3d"; 213 - const USER_PDS = "https://porcini.us-east.host.bsky.network"; 213 + const USER_PDS = "https://rose.madebydanny.uk"; 214 214 const MAX_LATEST_POSTS = 5; 215 215 216 216 // Definitions
+1 -1
leaflet-fallback.el
··· 1 1 ;; -*- lexical-binding: t; -*- 2 2 (defconst atproto-collection-nsids '("site.standard.document")) 3 3 (defconst atproto-user-did "did:plc:gijpvbkdbr56kazbdjhfvb3d") 4 - (defconst atproto-pds "https://porcini.us-east.host.bsky.network") 4 + (defconst atproto-pds "https://rose.madebydanny.uk") 5 5 (defconst max-entries 5) 6 6 7 7 (defun at-datetime->timestamp (dt)