a tool for shared writing and social publishing
0
fork

Configure Feed

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

add logs for creating identity

+2
+2
appview/index.ts
··· 93 93 }); 94 94 95 95 if (error && error.code === "23503") { 96 + console.log("creating identity"); 96 97 await createIdentity(db, { atp_did: evt.did }); 97 98 await supabase.from("publications").upsert({ 98 99 uri: evt.uri.toString(), ··· 140 141 record: record.value as Json, 141 142 }); 142 143 if (error && error.code === "23503") { 144 + console.log("creating identity"); 143 145 await createIdentity(db, { atp_did: evt.did }); 144 146 await supabase.from("publication_subscriptions").upsert({ 145 147 uri: evt.uri.toString(),