a tool for shared writing and social publishing
0

Configure Feed

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

fix string quoting

Jared Pereira (Jan 22, 2026, 1:11 PM EST) a925bd4b 326e8006

+1 -1
+1 -1
src/utils/uriHelpers.ts
··· 44 44 ).toString(); 45 45 legacy = AtUri.make(did, ids.PubLeafletPublication, nameOrRkey).toString(); 46 46 } 47 - return `name.eq."${nameOrRkey}"",uri.eq."${standard}"",uri.eq."${legacy}"`; 47 + return `name.eq."${nameOrRkey}"",uri.eq."${standard}",uri.eq."${legacy}"`; 48 48 }