add plm command for list management

This commit is contained in:
trinity-1686a
2022-12-17 17:51:51 +01:00
parent 1536a6d3f3
commit 771d4325c2
4 changed files with 283 additions and 1 deletions
+1 -1
View File
@@ -192,7 +192,7 @@ fn preload(timeline: Timeline, count: usize, conn: &Connection) {
}
for post in posts.iter().rev() {
timeline.add_post(conn, &post).unwrap();
timeline.add_post(conn, post).unwrap();
}
}