a tool for shared writing and social publishing
0

Configure Feed

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

fix mention service indexing

Jared Pereira (Mar 23, 2026, 8:58 PM -0700) e144bcf8 76f0f5cb

-1
-1
appview/index.ts
··· 375 375 if (evt.collection === "parts.page.mention.service") { 376 376 if (evt.event === "create" || evt.event === "update") { 377 377 let record = evt.record as any; 378 - if (!record?.name || !record?.endpoint) return; 379 378 let { error } = await supabase.from("mention_services").upsert({ 380 379 uri: evt.uri.toString(), 381 380 identity_did: evt.did,