a tool for shared writing and social publishing
0
fork

Configure Feed

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

properly type optimistically added publication records

+1 -1
+1 -1
app/lish/createPub/createPublication.ts
··· 77 77 uri: result.uri, 78 78 identity_did: credentialSession.did!, 79 79 name: record.name, 80 - record: record as Json, 80 + record: { ...record, $type: "pub.leaflet.publication" }, 81 81 }) 82 82 .select() 83 83 .single();