Remove sorting in feed-manip

zio/stable
Paul Frazee 2023-05-25 20:32:12 -05:00
parent 9da5a1a780
commit 27ff9ce43b
1 changed files with 0 additions and 3 deletions

View File

@ -143,9 +143,6 @@ export class FeedTuner {
}
}
// sort by slice roots' timestamps
slices.sort((a, b) => b.ts.localeCompare(a.ts))
for (const slice of slices) {
for (const item of slice.items) {
this.seenUris.add(item.post.uri)