a tool for shared writing and social publishing
0
fork

Configure Feed

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

reverse sort order for replies

+2 -2
+2 -2
app/lish/[did]/[publication]/[rkey]/Interactions/Comments/index.tsx
··· 135 135 let aRecord = a.record as PubLeafletComment.Record; 136 136 let bRecord = b.record as PubLeafletComment.Record; 137 137 return ( 138 - new Date(bRecord.createdAt).getTime() - 139 - new Date(aRecord.createdAt).getTime() 138 + new Date(aRecord.createdAt).getTime() - 139 + new Date(bRecord.createdAt).getTime() 140 140 ); 141 141 }); 142 142 return (