a tool for shared writing and social publishing

filter out posts from feeds

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