tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
289
fork
atom
a tool for shared writing and social publishing
289
fork
atom
overview
issues
28
pulls
pipelines
add description and createdAt to documents
awarm.space
10 months ago
71486a1e
4ff9ac2e
+2
1 changed file
expand all
collapse all
unified
split
actions
publishToPublication.ts
+2
actions/publishToPublication.ts
···
86
86
author: credentialSession.did!,
87
87
title: title || "Untitled",
88
88
publication: publication_uri,
89
89
+
publishedAt: draft ? undefined : new Date().toISOString(),
90
90
+
description: description || "",
89
91
pages: [
90
92
{
91
93
$type: "pub.leaflet.pages.linearDocument",