this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

sql fix?

alice c1dbdbaf b154cb1d

+1 -1
+1 -1
src/label.ts
··· 45 45 46 46 const query = server.db 47 47 .prepare<unknown[], ComAtprotoLabelDefs.Label>( 48 - `SELECT * FROM labels WHERE uri = ?` 48 + `SELECT * FROM labels WHERE uri = ? AND neg = false` 49 49 ) 50 50 .all(did); 51 51 console.log(`Found ${query.length} existing labels for ${did}`);