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
27
pulls
pipelines
filter out posts from feeds
awarm.space
4 weeks ago
1af1ce6f
1a7a36b5
+1
1 changed file
expand all
collapse all
unified
split
feeds
index.ts
+1
feeds/index.ts
···
115
115
);
116
116
}
117
117
query = query
118
118
+
.eq("indexed", true)
118
119
.or("data->postRef.not.is.null,data->bskyPostRef.not.is.null")
119
120
.order("sort_date", { ascending: false })
120
121
.order("uri", { ascending: false })