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
author: credentialSession.did!,
87
title: title || "Untitled",
88
publication: publication_uri,
0
0
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",