tangled
alpha
login
or
join now
leaflet.pub
/
leaflet
288
fork
atom
a tool for shared writing and social publishing
288
fork
atom
overview
issues
27
pulls
pipelines
show standalone leaflets in discover feed
awarm.space
3 months ago
d95de581
7a813bc7
+1
-1
1 changed file
expand all
collapse all
unified
split
feeds
index.ts
+1
-1
feeds/index.ts
···
92
92
.from("documents")
93
93
.select(
94
94
`*,
95
95
-
documents_in_publications!inner(publications!inner(*))`,
95
95
+
documents_in_publications(publications(*))`,
96
96
)
97
97
.or(
98
98
"record->preferences->showInDiscover.is.null,record->preferences->>showInDiscover.eq.true",