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
);
116
}
117
query = query
0
118
.or("data->postRef.not.is.null,data->bskyPostRef.not.is.null")
119
.order("sort_date", { ascending: false })
120
.order("uri", { ascending: false })
···
115
);
116
}
117
query = query
118
+
.eq("indexed", true)
119
.or("data->postRef.not.is.null,data->bskyPostRef.not.is.null")
120
.order("sort_date", { ascending: false })
121
.order("uri", { ascending: false })