tangled
alpha
login
or
join now
ptr.pet
/
nsid-tracker
tracks lexicons and how many times they appeared on the jetstream
3
fork
atom
overview
issues
pulls
pipelines
fix(server): fix compact ordering???
ptr.pet
5 months ago
926fd1ab
ff50dac5
verified
This commit was signed with the committer's
known signature
.
ptr.pet
SSH Key Fingerprint:
SHA256:Abmvag+juovVufZTxyWY8KcVgrznxvBjQpJesv071Aw=
options
unified
split
Changed files
+1
-1
server
src
db
handle.rs
+1
-1
server/src/db/handle.rs
···
144
144
})?;
145
145
146
146
if sort {
147
147
-
all_items.sort_unstable_by_key(|e| std::cmp::Reverse(e.timestamp));
147
147
+
all_items.sort_unstable_by_key(|e| e.timestamp);
148
148
}
149
149
150
150
let new_blocks = all_items