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
fix getting last updated date for pubs
awarm.space
5 months ago
16c4bd36
947bc742
+1
1 changed file
expand all
collapse all
unified
split
app
reader
getSubscriptions.ts
+1
app/reader/getSubscriptions.ts
···
20
20
.order(`created_at`, { ascending: false })
21
21
.order(`uri`, { ascending: false })
22
22
.order("indexed_at", {
23
23
+
ascending: false,
23
24
referencedTable: "publications.documents_in_publications",
24
25
})
25
26
.limit(1, { referencedTable: "publications.documents_in_publications" })