a tool for shared writing and social publishing
0
fork

Configure Feed

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

wierd record typing

+4 -1
+4 -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, $type: "pub.leaflet.publication" }, 80 + record: { 81 + ...record, 82 + $type: "pub.leaflet.publication", 83 + } as unknown as Json, 81 84 }) 82 85 .select() 83 86 .single();