a tool for shared writing and social publishing

fix getting last updated date for pubs

+1
+1
app/reader/getSubscriptions.ts
··· 20 20 .order(`created_at`, { ascending: false }) 21 21 .order(`uri`, { ascending: false }) 22 22 .order("indexed_at", { 23 + ascending: false, 23 24 referencedTable: "publications.documents_in_publications", 24 25 }) 25 26 .limit(1, { referencedTable: "publications.documents_in_publications" })