a tool for shared writing and social publishing

add description and createdAt to documents

+2
+2
actions/publishToPublication.ts
··· 86 author: credentialSession.did!, 87 title: title || "Untitled", 88 publication: publication_uri, 89 pages: [ 90 { 91 $type: "pub.leaflet.pages.linearDocument",
··· 86 author: credentialSession.did!, 87 title: title || "Untitled", 88 publication: publication_uri, 89 + publishedAt: draft ? undefined : new Date().toISOString(), 90 + description: description || "", 91 pages: [ 92 { 93 $type: "pub.leaflet.pages.linearDocument",