a tool for shared writing and social publishing

add description and createdAt to documents

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