tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
294
fork
atom
a tool for shared writing and social publishing
294
fork
atom
overview
issues
31
pulls
pipelines
fix mention service indexing
awarm.space
2 days ago
e144bcf8
76f0f5cb
-1
1 changed file
expand all
collapse all
unified
split
appview
index.ts
-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
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,