tracks lexicons and how many times they appeared on the jetstream
3
fork

Configure Feed

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

fix(server): fix ordering on get_hits again sob

dusk c194514c 89f0c71b

+3
+3
server/src/db/mod.rs
··· 440 440 .range(..end_key) 441 441 .rev() 442 442 .map_while(move |res| res.map_err(AppError::from).and_then(map_block).transpose()) 443 + .collect_vec() 444 + .into_iter() 445 + .rev() 443 446 .flatten() 444 447 .flatten(), 445 448 )