a tool for shared writing and social publishing

filter out posts from feeds

+1
+1
feeds/index.ts
··· 115 115 ); 116 116 } 117 117 query = query 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 })