a tool for shared writing and social publishing

fix mention service indexing

-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,