Webhooks for the AT Protocol airglow.run
atproto atprotocol automation webhook
12
fork

Configure Feed

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

fix: semble logo

Hugo 44bc3bf2 ded626fa

+1
+1
app/components/LexiconFlow/index.tsx
··· 13 13 let domain: string | null = null; 14 14 if (a.$type === "bsky-post") domain = "bsky.app"; 15 15 else if (a.$type === "margin-bookmark") domain = "margin.at"; 16 + else if (a.$type === "semble-save") domain = "semble.so"; 16 17 else if (a.$type === "follow") domain = FOLLOW_TARGETS[a.target].faviconDomain; 17 18 else if (a.$type === "record" || a.$type === "patch-record") 18 19 domain = nsidToDomain(a.targetCollection);