a tool for shared writing and social publishing
0
fork

Configure Feed

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

explicitly pass null to custom_domain identity col

+1 -1
+1 -1
app/lish/createPub/createPublication.ts
··· 98 98 } 99 99 await supabaseServerClient 100 100 .from("custom_domains") 101 - .insert({ domain, confirmed: true }); 101 + .insert({ domain, confirmed: true, identity: null }); 102 102 await supabaseServerClient 103 103 .from("publication_domains") 104 104 .insert({ domain, publication: result.uri, identity: identity.atp_did });